/[smecontribs]/rpms/smeserver-git/contribs9/smeserver-git-1.1.0-locale-2017-02-02.patch
ViewVC logotype

Contents of /rpms/smeserver-git/contribs9/smeserver-git-1.1.0-locale-2017-02-02.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue Nov 28 23:48:27 2017 UTC (6 years, 5 months ago) by jpp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Tue Nov 28 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2.0-1.sme
- fix smeserver-git prevents httpd.conf template expansion  [SME: 10464]
- now if gitweb is enabled but smeserver-gitweb is not installed a warning is issued
instead of an error and template consider it disabled. Same thing if gitweb_theme is enabled
but smeserver-gitweb-theme is missing.

1 --- smeserver-git-1.1.0/root/etc/e-smith/locale/bg/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
2 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/bg/etc/e-smith/web/functions/git 2017-02-02 02:39:37.553965147 +0100
3 @@ -0,0 +1,263 @@
4 +<lexicon lang="bg" params="getExtraParams()">
5 +
6 + <entry>
7 + <base>GIT_NAVIGATION_DESCRIPTION</base>
8 + <trans>Git repositories</trans>
9 + </entry>
10 +
11 + <entry>
12 + <base>GIT_FORM_TITLE</base>
13 + <trans>Create, modify, or remove Git repositories</trans>
14 + </entry>
15 +
16 + <entry>
17 + <base>GIT_HOME_TITLE</base>
18 + <trans>Create, modify, or remove Git repositories.</trans>
19 + </entry>
20 +
21 + <entry>
22 + <base>GIT_HOME_DESCRIPTION</base>
23 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
24 + </entry>
25 +
26 + <entry>
27 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
28 + <trans>Add a Git Repository</trans>
29 + </entry>
30 +
31 + <entry>
32 + <base>GIT_CONFIGURE_BUTTON</base>
33 + <trans>Configure Git</trans>
34 + </entry>
35 +
36 + <entry>
37 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
38 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
39 + </entry>
40 +
41 + <entry>
42 + <base>GIT_ADD_TITLE</base>
43 + <trans>Create or modify a Git repository</trans>
44 + </entry>
45 +
46 + <entry>
47 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
48 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
49 + </entry>
50 +
51 + <entry>
52 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
53 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
54 + </entry>
55 +
56 + <entry>
57 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
58 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
59 + </entry>
60 +
61 + <entry>
62 + <base>GIT_ACCESS_FIELD_DESC</base>
63 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
64 + </entry>
65 +
66 + <entry>
67 + <base>GIT_REMOVE_TITLE</base>
68 + <trans>Remove Git Repository</trans>
69 + </entry>
70 +
71 + <entry>
72 + <base>GIT_REMOVE_DESCRIPTION</base>
73 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
74 + </entry>
75 +
76 + <entry>
77 + <base>GIT_REMOVE_BUTTON</base>
78 + <trans>Remove Git Repository</trans>
79 + </entry>
80 +
81 + <entry>
82 + <base>GIT_CONFIGURATION_TITLE</base>
83 + <trans>Configure Git Settings</trans>
84 + </entry>
85 +
86 + <entry>
87 + <base>GIT_PATH</base>
88 + <trans>Git Path Prefix</trans>
89 + </entry>
90 +
91 + <entry>
92 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
93 + <trans>Configure the global configuration settings for Git on this server</trans>
94 + </entry>
95 +
96 + <entry>
97 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
98 + <trans>Save Git Configuration</trans>
99 + </entry>
100 +
101 + <entry>
102 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
103 + <trans>Allow repository access from</trans>
104 + </entry>
105 +
106 + <entry>
107 + <base>GIT_REPOSITORY_NAME</base>
108 + <trans>Repository Name / Clone URL</trans>
109 + </entry>
110 +
111 + <entry>
112 + <base>GIT_ALLOW_FROM</base>
113 + <trans>Allow from</trans>
114 + </entry>
115 +
116 + <entry>
117 + <base>GIT_PULL_ACCESS</base>
118 + <trans>Pull Access</trans>
119 + </entry>
120 +
121 + <entry>
122 + <base>GIT_PUSH_ACCESS</base>
123 + <trans>Push Access</trans>
124 + </entry>
125 +
126 + <entry>
127 + <base>GIT_ANONYMOUS</base>
128 + <trans>Anonymous</trans>
129 + </entry>
130 +
131 + <entry>
132 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
133 + <trans>Local Network Only</trans>
134 + </entry>
135 +
136 + <entry>
137 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
138 + <trans>Internet</trans>
139 + </entry>
140 +
141 + <entry>
142 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
143 + <trans>Configuration Error!</trans>
144 + </entry>
145 +
146 + <entry>
147 + <base>GIT_PRIVILEGES_NOTE</base>
148 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
149 + </entry>
150 +
151 + <entry>
152 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
153 + <trans>Groups allowed to read/pull</trans>
154 + </entry>
155 +
156 + <entry>
157 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
158 + <trans>Groups allowed to write/push</trans>
159 + </entry>
160 +
161 + <entry>
162 + <base>GIT_PRIVILEGES_USERS_PULL</base>
163 + <trans>Users allowed to read/pull</trans>
164 + </entry>
165 +
166 + <entry>
167 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
168 + <trans>Users allowed to write/push</trans>
169 + </entry>
170 +
171 + <entry>
172 + <base>GIT_USER_ADMINISTRATOR</base>
173 + <trans>Administrator</trans>
174 + </entry>
175 +
176 + <entry>
177 + <base>GIT_GROUP_ADMINISTRATORS</base>
178 + <trans>Administrators</trans>
179 + </entry>
180 +
181 + <entry>
182 + <base>GIT_GROUP_EVERYBODY</base>
183 + <trans>Everybody</trans>
184 + </entry>
185 +
186 + <entry>
187 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
188 + <trans>There are currently no Git repositories configured.</trans>
189 + </entry>
190 +
191 + <entry>
192 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
193 + <trans>Git was succesfully reconfigured.</trans>
194 + </entry>
195 +
196 + <entry>
197 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
198 + <trans>Successfully created Git repository.</trans>
199 + </entry>
200 +
201 + <entry>
202 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
203 + <trans>Successfully modified Git repository.</trans>
204 + </entry>
205 +
206 + <entry>
207 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
208 + <trans>Successfully deleted the Git repository.</trans>
209 + </entry>
210 +
211 + <entry>
212 + <base>GIT_ERROR_CONFIG_CHANGE</base>
213 + <trans>An error occurred while configuring Git.</trans>
214 + </entry>
215 +
216 + <entry>
217 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
218 + <trans>There was an internal error while creating the Git repository.</trans>
219 + </entry>
220 +
221 + <entry>
222 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
223 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
224 + </entry>
225 +
226 + <entry>
227 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
228 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
229 + </entry>
230 +
231 + <entry>
232 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
233 + <trans>An error occurred while modifying the Git repository.</trans>
234 + </entry>
235 +
236 + <entry>
237 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
238 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
239 + </entry>
240 +
241 + <entry>
242 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
243 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
244 + </entry>
245 +
246 + <entry>
247 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
248 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
249 + </entry>
250 +
251 + <entry>
252 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
253 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
254 + </entry>
255 +
256 + <entry>
257 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
258 + <trans>Make a selection</trans>
259 + </entry>
260 +
261 + <entry>
262 + <base>GIT_ERROR_ALREADY_EXISTS</base>
263 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
264 + </entry>
265 +
266 +</lexicon>
267 --- smeserver-git-1.1.0/root/etc/e-smith/locale/da/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
268 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/da/etc/e-smith/web/functions/git 2017-02-02 02:39:37.686965160 +0100
269 @@ -0,0 +1,263 @@
270 +<lexicon lang="da" params="getExtraParams()">
271 +
272 + <entry>
273 + <base>GIT_NAVIGATION_DESCRIPTION</base>
274 + <trans>Git repositories</trans>
275 + </entry>
276 +
277 + <entry>
278 + <base>GIT_FORM_TITLE</base>
279 + <trans>Opret, rediger eller fjern Git repositories</trans>
280 + </entry>
281 +
282 + <entry>
283 + <base>GIT_HOME_TITLE</base>
284 + <trans>Opret, rediger eller fjern Git repositorier.</trans>
285 + </entry>
286 +
287 + <entry>
288 + <base>GIT_HOME_DESCRIPTION</base>
289 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
290 + </entry>
291 +
292 + <entry>
293 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
294 + <trans>Add a Git Repository</trans>
295 + </entry>
296 +
297 + <entry>
298 + <base>GIT_CONFIGURE_BUTTON</base>
299 + <trans>Configure Git</trans>
300 + </entry>
301 +
302 + <entry>
303 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
304 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
305 + </entry>
306 +
307 + <entry>
308 + <base>GIT_ADD_TITLE</base>
309 + <trans>Create or modify a Git repository</trans>
310 + </entry>
311 +
312 + <entry>
313 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
314 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
315 + </entry>
316 +
317 + <entry>
318 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
319 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
320 + </entry>
321 +
322 + <entry>
323 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
324 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
325 + </entry>
326 +
327 + <entry>
328 + <base>GIT_ACCESS_FIELD_DESC</base>
329 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
330 + </entry>
331 +
332 + <entry>
333 + <base>GIT_REMOVE_TITLE</base>
334 + <trans>Fjern Git Repository</trans>
335 + </entry>
336 +
337 + <entry>
338 + <base>GIT_REMOVE_DESCRIPTION</base>
339 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
340 + </entry>
341 +
342 + <entry>
343 + <base>GIT_REMOVE_BUTTON</base>
344 + <trans>Fjern Git Repository</trans>
345 + </entry>
346 +
347 + <entry>
348 + <base>GIT_CONFIGURATION_TITLE</base>
349 + <trans>Konfigurer Git indstillinger</trans>
350 + </entry>
351 +
352 + <entry>
353 + <base>GIT_PATH</base>
354 + <trans>Git sti Prefix</trans>
355 + </entry>
356 +
357 + <entry>
358 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
359 + <trans>Konfigurer de globale indstillinger for Git på denne server</trans>
360 + </entry>
361 +
362 + <entry>
363 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
364 + <trans>Gem Git konfigurationen</trans>
365 + </entry>
366 +
367 + <entry>
368 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
369 + <trans>Tillad repository adgang fra</trans>
370 + </entry>
371 +
372 + <entry>
373 + <base>GIT_REPOSITORY_NAME</base>
374 + <trans>Repository Navn / Klon URL</trans>
375 + </entry>
376 +
377 + <entry>
378 + <base>GIT_ALLOW_FROM</base>
379 + <trans>Tillad fra</trans>
380 + </entry>
381 +
382 + <entry>
383 + <base>GIT_PULL_ACCESS</base>
384 + <trans>Pull Access</trans>
385 + </entry>
386 +
387 + <entry>
388 + <base>GIT_PUSH_ACCESS</base>
389 + <trans>Push Access</trans>
390 + </entry>
391 +
392 + <entry>
393 + <base>GIT_ANONYMOUS</base>
394 + <trans>Anonym</trans>
395 + </entry>
396 +
397 + <entry>
398 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
399 + <trans>Kun lokalt netværk</trans>
400 + </entry>
401 +
402 + <entry>
403 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
404 + <trans>Internet</trans>
405 + </entry>
406 +
407 + <entry>
408 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
409 + <trans>Konfigurations fejl!</trans>
410 + </entry>
411 +
412 + <entry>
413 + <base>GIT_PRIVILEGES_NOTE</base>
414 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
415 + </entry>
416 +
417 + <entry>
418 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
419 + <trans>Groups allowed to read/pull</trans>
420 + </entry>
421 +
422 + <entry>
423 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
424 + <trans>Groups allowed to write/push</trans>
425 + </entry>
426 +
427 + <entry>
428 + <base>GIT_PRIVILEGES_USERS_PULL</base>
429 + <trans>Users allowed to read/pull</trans>
430 + </entry>
431 +
432 + <entry>
433 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
434 + <trans>Users allowed to write/push</trans>
435 + </entry>
436 +
437 + <entry>
438 + <base>GIT_USER_ADMINISTRATOR</base>
439 + <trans>Administrator</trans>
440 + </entry>
441 +
442 + <entry>
443 + <base>GIT_GROUP_ADMINISTRATORS</base>
444 + <trans>Administratorer</trans>
445 + </entry>
446 +
447 + <entry>
448 + <base>GIT_GROUP_EVERYBODY</base>
449 + <trans>Alle</trans>
450 + </entry>
451 +
452 + <entry>
453 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
454 + <trans>Der er pt ikke konfiguret nogen Git repositories.</trans>
455 + </entry>
456 +
457 + <entry>
458 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
459 + <trans>Git blev rekonfigureret med succes.</trans>
460 + </entry>
461 +
462 + <entry>
463 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
464 + <trans>Git repository blev oprettet med succes.</trans>
465 + </entry>
466 +
467 + <entry>
468 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
469 + <trans>Git repository blev ændret med succes.</trans>
470 + </entry>
471 +
472 + <entry>
473 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
474 + <trans>Sletning af Git repository er gennemført med succes.</trans>
475 + </entry>
476 +
477 + <entry>
478 + <base>GIT_ERROR_CONFIG_CHANGE</base>
479 + <trans>Der opstod en fejl i forbindelse med konfigurationen af Git.</trans>
480 + </entry>
481 +
482 + <entry>
483 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
484 + <trans>Der opstod en interne fejl i forbindelse med etableringen af Git repository.</trans>
485 + </entry>
486 +
487 + <entry>
488 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
489 + <trans>Kan ikke finde repository "{$name}" (eksisterer det?)</trans>
490 + </entry>
491 +
492 + <entry>
493 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
494 + <trans>Kan ikke oprette repository"{$name}" (er det allerede oprettet?)</trans>
495 + </entry>
496 +
497 + <entry>
498 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
499 + <trans>Der opstod en fejl i forbindelse med ændringen af Git repository.</trans>
500 + </entry>
501 +
502 + <entry>
503 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
504 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
505 + </entry>
506 +
507 + <entry>
508 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
509 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
510 + </entry>
511 +
512 + <entry>
513 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
514 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
515 + </entry>
516 +
517 + <entry>
518 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
519 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
520 + </entry>
521 +
522 + <entry>
523 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
524 + <trans>Make a selection</trans>
525 + </entry>
526 +
527 + <entry>
528 + <base>GIT_ERROR_ALREADY_EXISTS</base>
529 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
530 + </entry>
531 +
532 +</lexicon>
533 --- smeserver-git-1.1.0/root/etc/e-smith/locale/de/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
534 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/de/etc/e-smith/web/functions/git 2017-02-02 02:39:37.819965173 +0100
535 @@ -0,0 +1,263 @@
536 +<lexicon lang="de" params="getExtraParams()">
537 +
538 + <entry>
539 + <base>GIT_NAVIGATION_DESCRIPTION</base>
540 + <trans>Git-Repositories</trans>
541 + </entry>
542 +
543 + <entry>
544 + <base>GIT_FORM_TITLE</base>
545 + <trans>Erstellen, Ändern oder Löschen von Git-Repositories</trans>
546 + </entry>
547 +
548 + <entry>
549 + <base>GIT_HOME_TITLE</base>
550 + <trans>Erstellen, Ändern oder Löschen von Git-Repositories.</trans>
551 + </entry>
552 +
553 + <entry>
554 + <base>GIT_HOME_DESCRIPTION</base>
555 + <trans><![CDATA[ <p>Mit diesem Panel können zentrale Git-Repositories auf diesem Server verwaltet werden</p><p>Die konfigurierten Git-Repositories sind über HTTPS erreichbar, z.B. unter https://{$serverName}/git/repository.git</p>Wenn Gitweb installiert ist können die Git-Repositories ebenfalls über ein Web-Interface unter https:[$serverName}/git betrachtet werden.</p><p>Für weitere Informationen und Dokumentation zur Verwendung von Git klicken Sie rechts auf das Git-Logo.</p> ]]></trans>
556 + </entry>
557 +
558 + <entry>
559 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
560 + <trans>Ein Git-Repository erstellen</trans>
561 + </entry>
562 +
563 + <entry>
564 + <base>GIT_CONFIGURE_BUTTON</base>
565 + <trans>Git konfigurieren</trans>
566 + </entry>
567 +
568 + <entry>
569 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
570 + <trans><![CDATA[ <p>In unten stehender Tabelle sind die auf diesem Server zur Zeit konfigurierten Git-Repositories aufgeführt.</p><p>Die <b>fett</b> geschriebenen Einträge in den Spalten "Pull-Zugriff" und "Push-Zugriff" beziehen sich auf Gruppen, die nicht-fett geschriebenen Einträge auf individuelle Benutzer auf diesem Server. <i>Anonym</i> bedeutet, dass keine Zugriffskontrolle aktiv ist.</p><p>Sie können die Einstellungen eines Git-Repositories ändern oder ein Git-Repository entfernen, indem Sie auf den entsprechenden Befehl in der Spalte <b>Aktion</b> klicken. ]]></trans>
571 + </entry>
572 +
573 + <entry>
574 + <base>GIT_ADD_TITLE</base>
575 + <trans>Erstellen oder Ändern eines Git-Repositories</trans>
576 + </entry>
577 +
578 + <entry>
579 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
580 + <trans>Geben Sie einen Namen für das zu erstellende Git-Repository an. Es wird ein leeres Repository erzeugt. An den Namen wird automatisch das Suffix .git angehängt. Beachten Sie, dass der Name ausschließlich Groß- und Kleinbuchstaben, Zahlen, Punkte, Bindestriche und Unterstriche enthalten darf und mit einem Buchstaben beginnen muss. So sind z.B. "johnson", "Intra" oder "cust3.prj12" gültige Namen, "3associates" und "Bus!Partner" sind hingegen ungültige Namen. Der Name darf maximal {$maxLength} Zeichen lang sein.</trans>
581 + </entry>
582 +
583 + <entry>
584 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
585 + <trans>Das unten stehende Feld beinhaltet den Namen des Git-Repositories. Der Name kann nicht geändert werden.</trans>
586 + </entry>
587 +
588 + <entry>
589 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
590 + <trans>Die unten stehende Beschreibung bezieht sich auf die "description"-Datei des Git-Repositories und wird von GitWeb verwendet um die Beschreibung des Repositories auf der GitWeb-Seite anzuzeigen.</trans>
591 + </entry>
592 +
593 + <entry>
594 + <base>GIT_ACCESS_FIELD_DESC</base>
595 + <trans>Erreichbarkeit des Repositories (Netzwerkzugriff): wählen Sie "nur lokales Netzwerk" wenn Sie einen Zugriff von außerhalb Ihres LANs verhindern möchten. Wählen Sie "Internet", wenn Sie das Repository von außerhalb Ihres lokalen Netzwerks zugänglich machen wollen. Diese Einstellung wirkt sich zusätzlich zu den weiter unten definierten Push/Pull-Zugriffsberechtigungen für Benutzer und Gruppen aus.</trans>
596 + </entry>
597 +
598 + <entry>
599 + <base>GIT_REMOVE_TITLE</base>
600 + <trans>Git-Repository entfernen</trans>
601 + </entry>
602 +
603 + <entry>
604 + <base>GIT_REMOVE_DESCRIPTION</base>
605 + <trans><![CDATA[ <p> Sie sind dabei, das Git-Repository "{$name}" ({$description}) zu entfernen.</p><p><b>Dadurch werden sämtliche Dateien in diesem Git-Repository gelöscht!</b></p><p>Sind Sie sicher dass Sie dieses Git-Repository löschen wollen?</p> ]]></trans>
606 + </entry>
607 +
608 + <entry>
609 + <base>GIT_REMOVE_BUTTON</base>
610 + <trans>Git-Repository entfernen</trans>
611 + </entry>
612 +
613 + <entry>
614 + <base>GIT_CONFIGURATION_TITLE</base>
615 + <trans>Git-Einstellungen ändern</trans>
616 + </entry>
617 +
618 + <entry>
619 + <base>GIT_PATH</base>
620 + <trans>Präfix für Git-Pfad</trans>
621 + </entry>
622 +
623 + <entry>
624 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
625 + <trans>Globale Git-Einstellungen auf diesem Server ändern</trans>
626 + </entry>
627 +
628 + <entry>
629 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
630 + <trans>Git-Einstellungen speichern</trans>
631 + </entry>
632 +
633 + <entry>
634 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
635 + <trans>Erlaube Zugriff auf Repository von</trans>
636 + </entry>
637 +
638 + <entry>
639 + <base>GIT_REPOSITORY_NAME</base>
640 + <trans>Name des Repository / Clone URL</trans>
641 + </entry>
642 +
643 + <entry>
644 + <base>GIT_ALLOW_FROM</base>
645 + <trans>Erlaube von</trans>
646 + </entry>
647 +
648 + <entry>
649 + <base>GIT_PULL_ACCESS</base>
650 + <trans>Pull-Zugriff</trans>
651 + </entry>
652 +
653 + <entry>
654 + <base>GIT_PUSH_ACCESS</base>
655 + <trans>Push-Zugriff</trans>
656 + </entry>
657 +
658 + <entry>
659 + <base>GIT_ANONYMOUS</base>
660 + <trans>Anonym</trans>
661 + </entry>
662 +
663 + <entry>
664 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
665 + <trans>Nur lokales Netzwerk</trans>
666 + </entry>
667 +
668 + <entry>
669 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
670 + <trans>Internet</trans>
671 + </entry>
672 +
673 + <entry>
674 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
675 + <trans>Fehlerhafte Konfiguration!</trans>
676 + </entry>
677 +
678 + <entry>
679 + <base>GIT_PRIVILEGES_NOTE</base>
680 + <trans><![CDATA[ <p> Benutzen Sie die Auswahlfelder, um die Pull- und Push-Berechtigungen für das Git-Repository festzulegen.<br />Sie können entweder Gruppen oder einzelne Benutzer auswählen. Eine Mehrfachselektion ist mittels gedrückter SHIFT- und/oder STRG-Taste möglich.<br />Wenn Sie hier weder eine Gruppe noch einen Benutzer auswählen wird das Repository <b>für anonymen Zugriff</b> konfiguriert (d.h. für den Zugriff ist keine Authentifizierung mit Benutzername und Password nötig).<br />Wenn Sie Benutzern oder Gruppen Pull-Berechtigung erteilen erhalten die Push-Nutzer ebenfalls Pull-Zugriff.<br />Um Ihren Benutzern exklusiven und vollständigen Pull- und Push-Zugriff zu gewähren müssen Sie diese sowohl im Pull- als auch im Push-Feld auswählen.<br />Die Gruppe <b>admin</b> beinhaltet alle Administratoren dieses Systems, die Gruppe <b>shared</b> beinhaltet alle lokalen Benutzer dieses Systems.</p> ]]></trans>
681 + </entry>
682 +
683 + <entry>
684 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
685 + <trans>Gruppen mit Lese/Pull-Berechtigung</trans>
686 + </entry>
687 +
688 + <entry>
689 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
690 + <trans>Gruppen mit Schreib/Push-Berechtigung</trans>
691 + </entry>
692 +
693 + <entry>
694 + <base>GIT_PRIVILEGES_USERS_PULL</base>
695 + <trans>Benutzer mit Lese/Pull-Berechtigung</trans>
696 + </entry>
697 +
698 + <entry>
699 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
700 + <trans>Benutzer mit Schreib/Push-Berechtigung</trans>
701 + </entry>
702 +
703 + <entry>
704 + <base>GIT_USER_ADMINISTRATOR</base>
705 + <trans>Administrator</trans>
706 + </entry>
707 +
708 + <entry>
709 + <base>GIT_GROUP_ADMINISTRATORS</base>
710 + <trans>Administratoren</trans>
711 + </entry>
712 +
713 + <entry>
714 + <base>GIT_GROUP_EVERYBODY</base>
715 + <trans>Alle</trans>
716 + </entry>
717 +
718 + <entry>
719 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
720 + <trans>Zur Zeit sind keine Git-Repositories konfiguriert.</trans>
721 + </entry>
722 +
723 + <entry>
724 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
725 + <trans>Die Git-Konfiguration wurde erfolgreich geändert.</trans>
726 + </entry>
727 +
728 + <entry>
729 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
730 + <trans>Das Git-Repository wurde erfolgreich erstellt.</trans>
731 + </entry>
732 +
733 + <entry>
734 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
735 + <trans>Das Git-Repository wurde erfolgreich geändert.</trans>
736 + </entry>
737 +
738 + <entry>
739 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
740 + <trans>Das Git-Repository wurde erfolgreich gelöscht.</trans>
741 + </entry>
742 +
743 + <entry>
744 + <base>GIT_ERROR_CONFIG_CHANGE</base>
745 + <trans>Bei der Konfiguration von Git ist ein Fehler aufgetreten.</trans>
746 + </entry>
747 +
748 + <entry>
749 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
750 + <trans>Beim Erzeugen des Git-Repository ist ein interner Fehler aufgetreten.</trans>
751 + </entry>
752 +
753 + <entry>
754 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
755 + <trans>Das Repository "{$name}" kann nicht gefunden werden (existiert es überhaupt?)</trans>
756 + </entry>
757 +
758 + <entry>
759 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
760 + <trans>Das Repository "{$name}" kann nicht erstellt werden (eventuell existiert es bereits?)</trans>
761 + </entry>
762 +
763 + <entry>
764 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
765 + <trans>Beim Ändern des Git-Repositories ist ein Fehler aufgetreten.</trans>
766 + </entry>
767 +
768 + <entry>
769 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
770 + <trans>Beim Löschen des Git-Repositories ist ein Fehler aufgetreten. Möglicherweise wurde das Verzeichnis des Repositories nicht vollständig gelöscht.</trans>
771 + </entry>
772 +
773 + <entry>
774 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
775 + <trans>Der Name des Git-Repositories "{$repositoryName}" enthält ungültige Zeichen. Repository-Namen müssen mit einem Kleinbuchstaben beginnen und dürfen ausschließlich Kleinbuchstaben, Zahlen, Unterstriche und Bindestriche enthalten.</trans>
776 + </entry>
777 +
778 + <entry>
779 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
780 + <trans>Die Beschreibung des Git-Repositories "{$repositoryDescriptio}" enthält ungültige Zeichen. Repository-Beschreibungen sollten ausschließlich Groß- und Kleinbuchstaben, Zahlen, Unterstriche und Bindestriche enthalten.</trans>
781 + </entry>
782 +
783 + <entry>
784 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
785 + <trans>Der Name des Git-Repositories "{$repositoryName}" ist zu lang. Er darf maximal aus {$maxRepositoryNameLength} Zeichen bestehen.</trans>
786 + </entry>
787 +
788 + <entry>
789 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
790 + <trans>Treffen Sie eine Auswahl</trans>
791 + </entry>
792 +
793 + <entry>
794 + <base>GIT_ERROR_ALREADY_EXISTS</base>
795 + <trans>Das Repository "{$repositoryName}" existiert bereits. Es wird daher kein neues Repository angelegt. Benutzen Sie den 'Ändern'-Link in unten stehender Tabelle um das existierende Repository neu zu konfigurieren.</trans>
796 + </entry>
797 +
798 +</lexicon>
799 --- smeserver-git-1.1.0/root/etc/e-smith/locale/el/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
800 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/el/etc/e-smith/web/functions/git 2017-02-02 02:39:37.961965187 +0100
801 @@ -0,0 +1,263 @@
802 +<lexicon lang="el" params="getExtraParams()">
803 +
804 + <entry>
805 + <base>GIT_NAVIGATION_DESCRIPTION</base>
806 + <trans>Git repositories</trans>
807 + </entry>
808 +
809 + <entry>
810 + <base>GIT_FORM_TITLE</base>
811 + <trans>Create, modify, or remove Git repositories</trans>
812 + </entry>
813 +
814 + <entry>
815 + <base>GIT_HOME_TITLE</base>
816 + <trans>Create, modify, or remove Git repositories.</trans>
817 + </entry>
818 +
819 + <entry>
820 + <base>GIT_HOME_DESCRIPTION</base>
821 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
822 + </entry>
823 +
824 + <entry>
825 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
826 + <trans>Add a Git Repository</trans>
827 + </entry>
828 +
829 + <entry>
830 + <base>GIT_CONFIGURE_BUTTON</base>
831 + <trans>Configure Git</trans>
832 + </entry>
833 +
834 + <entry>
835 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
836 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
837 + </entry>
838 +
839 + <entry>
840 + <base>GIT_ADD_TITLE</base>
841 + <trans>Create or modify a Git repository</trans>
842 + </entry>
843 +
844 + <entry>
845 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
846 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
847 + </entry>
848 +
849 + <entry>
850 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
851 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
852 + </entry>
853 +
854 + <entry>
855 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
856 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
857 + </entry>
858 +
859 + <entry>
860 + <base>GIT_ACCESS_FIELD_DESC</base>
861 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
862 + </entry>
863 +
864 + <entry>
865 + <base>GIT_REMOVE_TITLE</base>
866 + <trans>Remove Git Repository</trans>
867 + </entry>
868 +
869 + <entry>
870 + <base>GIT_REMOVE_DESCRIPTION</base>
871 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
872 + </entry>
873 +
874 + <entry>
875 + <base>GIT_REMOVE_BUTTON</base>
876 + <trans>Remove Git Repository</trans>
877 + </entry>
878 +
879 + <entry>
880 + <base>GIT_CONFIGURATION_TITLE</base>
881 + <trans>Configure Git Settings</trans>
882 + </entry>
883 +
884 + <entry>
885 + <base>GIT_PATH</base>
886 + <trans>Git Path Prefix</trans>
887 + </entry>
888 +
889 + <entry>
890 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
891 + <trans>Configure the global configuration settings for Git on this server</trans>
892 + </entry>
893 +
894 + <entry>
895 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
896 + <trans>Save Git Configuration</trans>
897 + </entry>
898 +
899 + <entry>
900 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
901 + <trans>Allow repository access from</trans>
902 + </entry>
903 +
904 + <entry>
905 + <base>GIT_REPOSITORY_NAME</base>
906 + <trans>Repository Name / Clone URL</trans>
907 + </entry>
908 +
909 + <entry>
910 + <base>GIT_ALLOW_FROM</base>
911 + <trans>Allow from</trans>
912 + </entry>
913 +
914 + <entry>
915 + <base>GIT_PULL_ACCESS</base>
916 + <trans>Pull Access</trans>
917 + </entry>
918 +
919 + <entry>
920 + <base>GIT_PUSH_ACCESS</base>
921 + <trans>Push Access</trans>
922 + </entry>
923 +
924 + <entry>
925 + <base>GIT_ANONYMOUS</base>
926 + <trans>Anonymous</trans>
927 + </entry>
928 +
929 + <entry>
930 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
931 + <trans>Local Network Only</trans>
932 + </entry>
933 +
934 + <entry>
935 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
936 + <trans>Internet</trans>
937 + </entry>
938 +
939 + <entry>
940 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
941 + <trans>Configuration Error!</trans>
942 + </entry>
943 +
944 + <entry>
945 + <base>GIT_PRIVILEGES_NOTE</base>
946 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
947 + </entry>
948 +
949 + <entry>
950 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
951 + <trans>Groups allowed to read/pull</trans>
952 + </entry>
953 +
954 + <entry>
955 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
956 + <trans>Groups allowed to write/push</trans>
957 + </entry>
958 +
959 + <entry>
960 + <base>GIT_PRIVILEGES_USERS_PULL</base>
961 + <trans>Users allowed to read/pull</trans>
962 + </entry>
963 +
964 + <entry>
965 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
966 + <trans>Users allowed to write/push</trans>
967 + </entry>
968 +
969 + <entry>
970 + <base>GIT_USER_ADMINISTRATOR</base>
971 + <trans>Administrator</trans>
972 + </entry>
973 +
974 + <entry>
975 + <base>GIT_GROUP_ADMINISTRATORS</base>
976 + <trans>Administrators</trans>
977 + </entry>
978 +
979 + <entry>
980 + <base>GIT_GROUP_EVERYBODY</base>
981 + <trans>Everybody</trans>
982 + </entry>
983 +
984 + <entry>
985 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
986 + <trans>There are currently no Git repositories configured.</trans>
987 + </entry>
988 +
989 + <entry>
990 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
991 + <trans>Git was succesfully reconfigured.</trans>
992 + </entry>
993 +
994 + <entry>
995 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
996 + <trans>Successfully created Git repository.</trans>
997 + </entry>
998 +
999 + <entry>
1000 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
1001 + <trans>Successfully modified Git repository.</trans>
1002 + </entry>
1003 +
1004 + <entry>
1005 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
1006 + <trans>Successfully deleted the Git repository.</trans>
1007 + </entry>
1008 +
1009 + <entry>
1010 + <base>GIT_ERROR_CONFIG_CHANGE</base>
1011 + <trans>An error occurred while configuring Git.</trans>
1012 + </entry>
1013 +
1014 + <entry>
1015 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
1016 + <trans>There was an internal error while creating the Git repository.</trans>
1017 + </entry>
1018 +
1019 + <entry>
1020 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
1021 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
1022 + </entry>
1023 +
1024 + <entry>
1025 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
1026 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
1027 + </entry>
1028 +
1029 + <entry>
1030 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
1031 + <trans>An error occurred while modifying the Git repository.</trans>
1032 + </entry>
1033 +
1034 + <entry>
1035 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
1036 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
1037 + </entry>
1038 +
1039 + <entry>
1040 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
1041 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
1042 + </entry>
1043 +
1044 + <entry>
1045 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
1046 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
1047 + </entry>
1048 +
1049 + <entry>
1050 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
1051 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
1052 + </entry>
1053 +
1054 + <entry>
1055 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
1056 + <trans>Make a selection</trans>
1057 + </entry>
1058 +
1059 + <entry>
1060 + <base>GIT_ERROR_ALREADY_EXISTS</base>
1061 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
1062 + </entry>
1063 +
1064 +</lexicon>
1065 --- smeserver-git-1.1.0/root/etc/e-smith/locale/es/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
1066 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/es/etc/e-smith/web/functions/git 2017-02-02 02:39:38.092965200 +0100
1067 @@ -0,0 +1,263 @@
1068 +<lexicon lang="es" params="getExtraParams()">
1069 +
1070 + <entry>
1071 + <base>GIT_NAVIGATION_DESCRIPTION</base>
1072 + <trans>Git repositories</trans>
1073 + </entry>
1074 +
1075 + <entry>
1076 + <base>GIT_FORM_TITLE</base>
1077 + <trans>Create, modify, or remove Git repositories</trans>
1078 + </entry>
1079 +
1080 + <entry>
1081 + <base>GIT_HOME_TITLE</base>
1082 + <trans>Create, modify, or remove Git repositories.</trans>
1083 + </entry>
1084 +
1085 + <entry>
1086 + <base>GIT_HOME_DESCRIPTION</base>
1087 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
1088 + </entry>
1089 +
1090 + <entry>
1091 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
1092 + <trans>Add a Git Repository</trans>
1093 + </entry>
1094 +
1095 + <entry>
1096 + <base>GIT_CONFIGURE_BUTTON</base>
1097 + <trans>Configure Git</trans>
1098 + </entry>
1099 +
1100 + <entry>
1101 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
1102 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
1103 + </entry>
1104 +
1105 + <entry>
1106 + <base>GIT_ADD_TITLE</base>
1107 + <trans>Create or modify a Git repository</trans>
1108 + </entry>
1109 +
1110 + <entry>
1111 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
1112 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
1113 + </entry>
1114 +
1115 + <entry>
1116 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
1117 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
1118 + </entry>
1119 +
1120 + <entry>
1121 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
1122 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
1123 + </entry>
1124 +
1125 + <entry>
1126 + <base>GIT_ACCESS_FIELD_DESC</base>
1127 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
1128 + </entry>
1129 +
1130 + <entry>
1131 + <base>GIT_REMOVE_TITLE</base>
1132 + <trans>Remove Git Repository</trans>
1133 + </entry>
1134 +
1135 + <entry>
1136 + <base>GIT_REMOVE_DESCRIPTION</base>
1137 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
1138 + </entry>
1139 +
1140 + <entry>
1141 + <base>GIT_REMOVE_BUTTON</base>
1142 + <trans>Remove Git Repository</trans>
1143 + </entry>
1144 +
1145 + <entry>
1146 + <base>GIT_CONFIGURATION_TITLE</base>
1147 + <trans>Configure Git Settings</trans>
1148 + </entry>
1149 +
1150 + <entry>
1151 + <base>GIT_PATH</base>
1152 + <trans>Git Path Prefix</trans>
1153 + </entry>
1154 +
1155 + <entry>
1156 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
1157 + <trans>Configure the global configuration settings for Git on this server</trans>
1158 + </entry>
1159 +
1160 + <entry>
1161 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
1162 + <trans>Save Git Configuration</trans>
1163 + </entry>
1164 +
1165 + <entry>
1166 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
1167 + <trans>Allow repository access from</trans>
1168 + </entry>
1169 +
1170 + <entry>
1171 + <base>GIT_REPOSITORY_NAME</base>
1172 + <trans>Repository Name / Clone URL</trans>
1173 + </entry>
1174 +
1175 + <entry>
1176 + <base>GIT_ALLOW_FROM</base>
1177 + <trans>Allow from</trans>
1178 + </entry>
1179 +
1180 + <entry>
1181 + <base>GIT_PULL_ACCESS</base>
1182 + <trans>Pull Access</trans>
1183 + </entry>
1184 +
1185 + <entry>
1186 + <base>GIT_PUSH_ACCESS</base>
1187 + <trans>Push Access</trans>
1188 + </entry>
1189 +
1190 + <entry>
1191 + <base>GIT_ANONYMOUS</base>
1192 + <trans>Anónimo</trans>
1193 + </entry>
1194 +
1195 + <entry>
1196 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
1197 + <trans>Local Network Only</trans>
1198 + </entry>
1199 +
1200 + <entry>
1201 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
1202 + <trans>Internet</trans>
1203 + </entry>
1204 +
1205 + <entry>
1206 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
1207 + <trans>Configuration Error!</trans>
1208 + </entry>
1209 +
1210 + <entry>
1211 + <base>GIT_PRIVILEGES_NOTE</base>
1212 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
1213 + </entry>
1214 +
1215 + <entry>
1216 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
1217 + <trans>Groups allowed to read/pull</trans>
1218 + </entry>
1219 +
1220 + <entry>
1221 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
1222 + <trans>Groups allowed to write/push</trans>
1223 + </entry>
1224 +
1225 + <entry>
1226 + <base>GIT_PRIVILEGES_USERS_PULL</base>
1227 + <trans>Users allowed to read/pull</trans>
1228 + </entry>
1229 +
1230 + <entry>
1231 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
1232 + <trans>Users allowed to write/push</trans>
1233 + </entry>
1234 +
1235 + <entry>
1236 + <base>GIT_USER_ADMINISTRATOR</base>
1237 + <trans>Administrator</trans>
1238 + </entry>
1239 +
1240 + <entry>
1241 + <base>GIT_GROUP_ADMINISTRATORS</base>
1242 + <trans>Administrators</trans>
1243 + </entry>
1244 +
1245 + <entry>
1246 + <base>GIT_GROUP_EVERYBODY</base>
1247 + <trans>Everybody</trans>
1248 + </entry>
1249 +
1250 + <entry>
1251 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
1252 + <trans>There are currently no Git repositories configured.</trans>
1253 + </entry>
1254 +
1255 + <entry>
1256 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
1257 + <trans>Git was succesfully reconfigured.</trans>
1258 + </entry>
1259 +
1260 + <entry>
1261 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
1262 + <trans>Successfully created Git repository.</trans>
1263 + </entry>
1264 +
1265 + <entry>
1266 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
1267 + <trans>Successfully modified Git repository.</trans>
1268 + </entry>
1269 +
1270 + <entry>
1271 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
1272 + <trans>Successfully deleted the Git repository.</trans>
1273 + </entry>
1274 +
1275 + <entry>
1276 + <base>GIT_ERROR_CONFIG_CHANGE</base>
1277 + <trans>An error occurred while configuring Git.</trans>
1278 + </entry>
1279 +
1280 + <entry>
1281 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
1282 + <trans>There was an internal error while creating the Git repository.</trans>
1283 + </entry>
1284 +
1285 + <entry>
1286 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
1287 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
1288 + </entry>
1289 +
1290 + <entry>
1291 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
1292 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
1293 + </entry>
1294 +
1295 + <entry>
1296 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
1297 + <trans>An error occurred while modifying the Git repository.</trans>
1298 + </entry>
1299 +
1300 + <entry>
1301 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
1302 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
1303 + </entry>
1304 +
1305 + <entry>
1306 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
1307 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
1308 + </entry>
1309 +
1310 + <entry>
1311 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
1312 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
1313 + </entry>
1314 +
1315 + <entry>
1316 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
1317 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
1318 + </entry>
1319 +
1320 + <entry>
1321 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
1322 + <trans>Make a selection</trans>
1323 + </entry>
1324 +
1325 + <entry>
1326 + <base>GIT_ERROR_ALREADY_EXISTS</base>
1327 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
1328 + </entry>
1329 +
1330 +</lexicon>
1331 --- smeserver-git-1.1.0/root/etc/e-smith/locale/et/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
1332 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/et/etc/e-smith/web/functions/git 2017-02-02 02:39:38.220965213 +0100
1333 @@ -0,0 +1,263 @@
1334 +<lexicon lang="et" params="getExtraParams()">
1335 +
1336 + <entry>
1337 + <base>GIT_NAVIGATION_DESCRIPTION</base>
1338 + <trans>Git repositories</trans>
1339 + </entry>
1340 +
1341 + <entry>
1342 + <base>GIT_FORM_TITLE</base>
1343 + <trans>Create, modify, or remove Git repositories</trans>
1344 + </entry>
1345 +
1346 + <entry>
1347 + <base>GIT_HOME_TITLE</base>
1348 + <trans>Create, modify, or remove Git repositories.</trans>
1349 + </entry>
1350 +
1351 + <entry>
1352 + <base>GIT_HOME_DESCRIPTION</base>
1353 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
1354 + </entry>
1355 +
1356 + <entry>
1357 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
1358 + <trans>Add a Git Repository</trans>
1359 + </entry>
1360 +
1361 + <entry>
1362 + <base>GIT_CONFIGURE_BUTTON</base>
1363 + <trans>Configure Git</trans>
1364 + </entry>
1365 +
1366 + <entry>
1367 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
1368 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
1369 + </entry>
1370 +
1371 + <entry>
1372 + <base>GIT_ADD_TITLE</base>
1373 + <trans>Create or modify a Git repository</trans>
1374 + </entry>
1375 +
1376 + <entry>
1377 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
1378 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
1379 + </entry>
1380 +
1381 + <entry>
1382 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
1383 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
1384 + </entry>
1385 +
1386 + <entry>
1387 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
1388 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
1389 + </entry>
1390 +
1391 + <entry>
1392 + <base>GIT_ACCESS_FIELD_DESC</base>
1393 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
1394 + </entry>
1395 +
1396 + <entry>
1397 + <base>GIT_REMOVE_TITLE</base>
1398 + <trans>Remove Git Repository</trans>
1399 + </entry>
1400 +
1401 + <entry>
1402 + <base>GIT_REMOVE_DESCRIPTION</base>
1403 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
1404 + </entry>
1405 +
1406 + <entry>
1407 + <base>GIT_REMOVE_BUTTON</base>
1408 + <trans>Remove Git Repository</trans>
1409 + </entry>
1410 +
1411 + <entry>
1412 + <base>GIT_CONFIGURATION_TITLE</base>
1413 + <trans>Configure Git Settings</trans>
1414 + </entry>
1415 +
1416 + <entry>
1417 + <base>GIT_PATH</base>
1418 + <trans>Git Path Prefix</trans>
1419 + </entry>
1420 +
1421 + <entry>
1422 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
1423 + <trans>Configure the global configuration settings for Git on this server</trans>
1424 + </entry>
1425 +
1426 + <entry>
1427 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
1428 + <trans>Save Git Configuration</trans>
1429 + </entry>
1430 +
1431 + <entry>
1432 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
1433 + <trans>Allow repository access from</trans>
1434 + </entry>
1435 +
1436 + <entry>
1437 + <base>GIT_REPOSITORY_NAME</base>
1438 + <trans>Repository Name / Clone URL</trans>
1439 + </entry>
1440 +
1441 + <entry>
1442 + <base>GIT_ALLOW_FROM</base>
1443 + <trans>Allow from</trans>
1444 + </entry>
1445 +
1446 + <entry>
1447 + <base>GIT_PULL_ACCESS</base>
1448 + <trans>Pull Access</trans>
1449 + </entry>
1450 +
1451 + <entry>
1452 + <base>GIT_PUSH_ACCESS</base>
1453 + <trans>Push Access</trans>
1454 + </entry>
1455 +
1456 + <entry>
1457 + <base>GIT_ANONYMOUS</base>
1458 + <trans>Anonymous</trans>
1459 + </entry>
1460 +
1461 + <entry>
1462 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
1463 + <trans>Local Network Only</trans>
1464 + </entry>
1465 +
1466 + <entry>
1467 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
1468 + <trans>Internet</trans>
1469 + </entry>
1470 +
1471 + <entry>
1472 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
1473 + <trans>Configuration Error!</trans>
1474 + </entry>
1475 +
1476 + <entry>
1477 + <base>GIT_PRIVILEGES_NOTE</base>
1478 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
1479 + </entry>
1480 +
1481 + <entry>
1482 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
1483 + <trans>Groups allowed to read/pull</trans>
1484 + </entry>
1485 +
1486 + <entry>
1487 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
1488 + <trans>Groups allowed to write/push</trans>
1489 + </entry>
1490 +
1491 + <entry>
1492 + <base>GIT_PRIVILEGES_USERS_PULL</base>
1493 + <trans>Users allowed to read/pull</trans>
1494 + </entry>
1495 +
1496 + <entry>
1497 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
1498 + <trans>Users allowed to write/push</trans>
1499 + </entry>
1500 +
1501 + <entry>
1502 + <base>GIT_USER_ADMINISTRATOR</base>
1503 + <trans>Administrator</trans>
1504 + </entry>
1505 +
1506 + <entry>
1507 + <base>GIT_GROUP_ADMINISTRATORS</base>
1508 + <trans>Administrators</trans>
1509 + </entry>
1510 +
1511 + <entry>
1512 + <base>GIT_GROUP_EVERYBODY</base>
1513 + <trans>Everybody</trans>
1514 + </entry>
1515 +
1516 + <entry>
1517 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
1518 + <trans>There are currently no Git repositories configured.</trans>
1519 + </entry>
1520 +
1521 + <entry>
1522 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
1523 + <trans>Git was succesfully reconfigured.</trans>
1524 + </entry>
1525 +
1526 + <entry>
1527 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
1528 + <trans>Successfully created Git repository.</trans>
1529 + </entry>
1530 +
1531 + <entry>
1532 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
1533 + <trans>Successfully modified Git repository.</trans>
1534 + </entry>
1535 +
1536 + <entry>
1537 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
1538 + <trans>Successfully deleted the Git repository.</trans>
1539 + </entry>
1540 +
1541 + <entry>
1542 + <base>GIT_ERROR_CONFIG_CHANGE</base>
1543 + <trans>An error occurred while configuring Git.</trans>
1544 + </entry>
1545 +
1546 + <entry>
1547 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
1548 + <trans>There was an internal error while creating the Git repository.</trans>
1549 + </entry>
1550 +
1551 + <entry>
1552 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
1553 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
1554 + </entry>
1555 +
1556 + <entry>
1557 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
1558 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
1559 + </entry>
1560 +
1561 + <entry>
1562 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
1563 + <trans>An error occurred while modifying the Git repository.</trans>
1564 + </entry>
1565 +
1566 + <entry>
1567 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
1568 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
1569 + </entry>
1570 +
1571 + <entry>
1572 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
1573 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
1574 + </entry>
1575 +
1576 + <entry>
1577 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
1578 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
1579 + </entry>
1580 +
1581 + <entry>
1582 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
1583 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
1584 + </entry>
1585 +
1586 + <entry>
1587 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
1588 + <trans>Make a selection</trans>
1589 + </entry>
1590 +
1591 + <entry>
1592 + <base>GIT_ERROR_ALREADY_EXISTS</base>
1593 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
1594 + </entry>
1595 +
1596 +</lexicon>
1597 --- smeserver-git-1.1.0/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
1598 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/fr/etc/e-smith/web/functions/git 2017-02-02 02:39:38.365965227 +0100
1599 @@ -0,0 +1,263 @@
1600 +<lexicon lang="fr" params="getExtraParams()">
1601 +
1602 + <entry>
1603 + <base>GIT_NAVIGATION_DESCRIPTION</base>
1604 + <trans>Dépôts Git</trans>
1605 + </entry>
1606 +
1607 + <entry>
1608 + <base>GIT_FORM_TITLE</base>
1609 + <trans>Créer, modifier ou enlever le dépôt Git.</trans>
1610 + </entry>
1611 +
1612 + <entry>
1613 + <base>GIT_HOME_TITLE</base>
1614 + <trans>Créer, modifier ou enlever le dépôt Git.</trans>
1615 + </entry>
1616 +
1617 + <entry>
1618 + <base>GIT_HOME_DESCRIPTION</base>
1619 + <trans><![CDATA[ <p>Ce panneaux centralise la gérance du dépôt Git sur ce serveur.</p> <p>Les dépôt configurer Git son disponible via HTTPS exemple https://{$serverName}/git/repository.git.</p> <p>Quand le programme Gitweb est aussi installé, le dépôt Git peut être vue avec une interface web https://{$serverName}/git</p> <p>Pour la documentation ou plus de détails sur comment utiliser Git, faire un clic sur le logo de Git à droite.</p> ]]></trans>
1620 + </entry>
1621 +
1622 + <entry>
1623 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
1624 + <trans>Ajouter un dépôt Git</trans>
1625 + </entry>
1626 +
1627 + <entry>
1628 + <base>GIT_CONFIGURE_BUTTON</base>
1629 + <trans>Configurer Git</trans>
1630 + </entry>
1631 +
1632 + <entry>
1633 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
1634 + <trans><![CDATA[ <p>La table ci-dessous contient la liste des dépôt Git configurer sur ce serveur. Les entrées en <b>gras</b> dans les colonnes <b>Pull Access</b> et <b>Push Access</b> corresponde au groupe d'usager sur ce serveur. Les entrées normales son des usagers. <i>Anonyme</i> est qu'il n'y a pas de contrôle d'accès en vigueur. </p><p>Vous pouvez modifier la configuration ou effacer un dépôt Git en faisant un clic sur la ligne de commande correspondante dans la colonne <b>Action</b></p>]]></trans>
1635 + </entry>
1636 +
1637 + <entry>
1638 + <base>GIT_ADD_TITLE</base>
1639 + <trans>Créer ou modifier un dépôt Git</trans>
1640 + </entry>
1641 +
1642 + <entry>
1643 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
1644 + <trans>Fournir un nom pour le dépôt Git a être créé. Le dépôt créer va être vide et aura automatiquement l'extension .git. ajouter au nom. Prendre note que le nom doit contenir seulement des lettres minuscules et majuscules, des chiffres, des points, trait d'union et tiret bas. Le nom doit commencer avec une lettre. Exemple: "johnson", "Intra", et "cust3.prj12" son des noms valides mais "3associates", et "Bus!Partner" ne le son pas. Le nom est limités à {$maxLength} caractères.</trans>
1645 + </entry>
1646 +
1647 + <entry>
1648 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
1649 + <trans>Le champ ci-dessous indique le nom du dépôt git Le nom ne peut être modifier.</trans>
1650 + </entry>
1651 +
1652 + <entry>
1653 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
1654 + <trans>La description ci-dessous correspond au fichier de "description" dans le dépôt Git et est utiliser par GitWeb pour afficher la description du dépôt sur la page GitWeb.</trans>
1655 + </entry>
1656 +
1657 + <entry>
1658 + <base>GIT_ACCESS_FIELD_DESC</base>
1659 + <trans>Sélectionner le type d'accès du réseaux pour le dépôt. Sélectionner "Local Network Only" si vous voulez bloquer les accès externe au dépôt. Sélectionner "Internet" si vous voulez que le dépôt soit accessible à distance. La configuration d'accès réseaux est un ajout a celui des permissions push/pull des usagers et groupes configurer ci-dessous.</trans>
1660 + </entry>
1661 +
1662 + <entry>
1663 + <base>GIT_REMOVE_TITLE</base>
1664 + <trans>Enlever le dépôt Git.</trans>
1665 + </entry>
1666 +
1667 + <entry>
1668 + <base>GIT_REMOVE_DESCRIPTION</base>
1669 + <trans><![CDATA[ <p> Vous êtes sur le point d'effacé le dépôt Git "{$name}" ({$description}). </p><p><b>Tous les fichiers appartenant à ce dépôt Git vont être effacer.</b></p><p>Êtes vous sur de vouloir effacer ce dépôt Git?</p> ]]></trans>
1670 + </entry>
1671 +
1672 + <entry>
1673 + <base>GIT_REMOVE_BUTTON</base>
1674 + <trans>Enlever le dépôt Git.</trans>
1675 + </entry>
1676 +
1677 + <entry>
1678 + <base>GIT_CONFIGURATION_TITLE</base>
1679 + <trans>Configuration de Git.</trans>
1680 + </entry>
1681 +
1682 + <entry>
1683 + <base>GIT_PATH</base>
1684 + <trans>Préfixe du chemin Git.</trans>
1685 + </entry>
1686 +
1687 + <entry>
1688 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
1689 + <trans>Ajuster les paramètres de la configuration globale de Git sur ce serveur.</trans>
1690 + </entry>
1691 +
1692 + <entry>
1693 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
1694 + <trans>Sauver la configuration de Git.</trans>
1695 + </entry>
1696 +
1697 + <entry>
1698 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
1699 + <trans>Permettre l'accès du dépôt depuis</trans>
1700 + </entry>
1701 +
1702 + <entry>
1703 + <base>GIT_REPOSITORY_NAME</base>
1704 + <trans>Nom du dépôt / Copier URL</trans>
1705 + </entry>
1706 +
1707 + <entry>
1708 + <base>GIT_ALLOW_FROM</base>
1709 + <trans>Permettre depuis</trans>
1710 + </entry>
1711 +
1712 + <entry>
1713 + <base>GIT_PULL_ACCESS</base>
1714 + <trans>Accès Pull</trans>
1715 + </entry>
1716 +
1717 + <entry>
1718 + <base>GIT_PUSH_ACCESS</base>
1719 + <trans>Accès Push</trans>
1720 + </entry>
1721 +
1722 + <entry>
1723 + <base>GIT_ANONYMOUS</base>
1724 + <trans>Anonyme</trans>
1725 + </entry>
1726 +
1727 + <entry>
1728 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
1729 + <trans>Réseaux local seulement</trans>
1730 + </entry>
1731 +
1732 + <entry>
1733 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
1734 + <trans>Internet</trans>
1735 + </entry>
1736 +
1737 + <entry>
1738 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
1739 + <trans>Erreur de configuration!</trans>
1740 + </entry>
1741 +
1742 + <entry>
1743 + <base>GIT_PRIVILEGES_NOTE</base>
1744 + <trans><![CDATA[ <p> Utiliser le menu ci-dessous pour configurer les permissions pull et push pour le dépôt Git.<br /> Sélectionner l'un ou l'autre des groupes ou des usagers. Utiliser les touches SHIFT et/ou CTRL pour faire une sélection multiple de groupes ou d'usagers.<br /> Si vous sélectionnez <b>aucun</b> des choix de groupes ou d'usagers, le dépôt sera accessible <b>anonymement</b>! (c.a.d aucun nom d'usagers et mot de passe sera requis).<br /> Si vous spécifier des usagers ou groupes avec la permission pull, les usagers avec la permission push vont avoir aussi la permission pull.<br /> Si vous voulez qu'un usager(s) ou groupe(s) est la pleine exclusivité des permissions pull ou push, les spécifier dans les <b>deux</b> champs pull et push.<br /> Le groupe <b>admin</b> inclus tous les administrateurs et le groupe <b>shared</b> inclus tous les usagers local sur ce système.</p> ]]></trans>
1745 + </entry>
1746 +
1747 + <entry>
1748 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
1749 + <trans>Groupes avec droit de lecture/pull</trans>
1750 + </entry>
1751 +
1752 + <entry>
1753 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
1754 + <trans>Groupes avec permission écriture/push</trans>
1755 + </entry>
1756 +
1757 + <entry>
1758 + <base>GIT_PRIVILEGES_USERS_PULL</base>
1759 + <trans>Usagers avec permissions de lecture/pull</trans>
1760 + </entry>
1761 +
1762 + <entry>
1763 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
1764 + <trans>Usagers avec permission d'écriture/push</trans>
1765 + </entry>
1766 +
1767 + <entry>
1768 + <base>GIT_USER_ADMINISTRATOR</base>
1769 + <trans>Administrateur</trans>
1770 + </entry>
1771 +
1772 + <entry>
1773 + <base>GIT_GROUP_ADMINISTRATORS</base>
1774 + <trans>Administrateurs</trans>
1775 + </entry>
1776 +
1777 + <entry>
1778 + <base>GIT_GROUP_EVERYBODY</base>
1779 + <trans>Tout le monde</trans>
1780 + </entry>
1781 +
1782 + <entry>
1783 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
1784 + <trans>Il n'y a pas présentement de dépôt Git configurer</trans>
1785 + </entry>
1786 +
1787 + <entry>
1788 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
1789 + <trans>Git a été reconfiguré avec succès</trans>
1790 + </entry>
1791 +
1792 + <entry>
1793 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
1794 + <trans>Le dépôt Git a été créé avec succès</trans>
1795 + </entry>
1796 +
1797 + <entry>
1798 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
1799 + <trans>Le dépôt Git a été modifié avec succès</trans>
1800 + </entry>
1801 +
1802 + <entry>
1803 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
1804 + <trans>Le dépôt Git a été effacé avec succès</trans>
1805 + </entry>
1806 +
1807 + <entry>
1808 + <base>GIT_ERROR_CONFIG_CHANGE</base>
1809 + <trans>Une erreur est survenue durant la configuration de Git.</trans>
1810 + </entry>
1811 +
1812 + <entry>
1813 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
1814 + <trans>Il y a eu une erreur interne durant la création du dépôt Git</trans>
1815 + </entry>
1816 +
1817 + <entry>
1818 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
1819 + <trans>Ne peut trouver le dépôt "{$name}"(il a été créé?)</trans>
1820 + </entry>
1821 +
1822 + <entry>
1823 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
1824 + <trans>Ne peut créé le dépôt "{$name}" ( Il a déjà été créé?) </trans>
1825 + </entry>
1826 +
1827 + <entry>
1828 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
1829 + <trans>Une erreur est survenue durant la modification du dépôt Git</trans>
1830 + </entry>
1831 +
1832 + <entry>
1833 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
1834 + <trans>Une erreur est survenue durant l'effacement du dépôt Git. Le répertoire du dépôt peut ne pas être effacer complètement.</trans>
1835 + </entry>
1836 +
1837 + <entry>
1838 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
1839 + <trans>Le nom du dépôt Git "{$repositoryName}" contient des caractères invalides. Les noms de dépôt doivent commencer par une lettre minuscule et doit contenir seulement des lettres minuscules, des nombres, des tirets bas et traits d'union.</trans>
1840 + </entry>
1841 +
1842 + <entry>
1843 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
1844 + <trans>La description du dépôt Git "{$repositoryDescription}" contient des caractères invalides. La description du dépôt ne doit contenir seulement que des lettres minuscules et majuscules, des nombres, tiret bas et trait d'union.</trans>
1845 + </entry>
1846 +
1847 + <entry>
1848 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
1849 + <trans>Le nom du dépôt Git "{$repositoryName}" est trop long. Le maximum est de {$maxRepositoryNameLength} caractères.</trans>
1850 + </entry>
1851 +
1852 + <entry>
1853 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
1854 + <trans>Faire un choix</trans>
1855 + </entry>
1856 +
1857 + <entry>
1858 + <base>GIT_ERROR_ALREADY_EXISTS</base>
1859 + <trans>Le dépôt "{$repositoryName}" est un dépôt Git existant. Il n'y a pas de dépôt créer. Utiliser le lien 'Modify' ci-dessous pour reconfigurer le dépôt existant.</trans>
1860 + </entry>
1861 +
1862 +</lexicon>
1863 --- smeserver-git-1.1.0/root/etc/e-smith/locale/he/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
1864 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/he/etc/e-smith/web/functions/git 2017-02-02 02:39:38.494965240 +0100
1865 @@ -0,0 +1,263 @@
1866 +<lexicon lang="he" params="getExtraParams()">
1867 +
1868 + <entry>
1869 + <base>GIT_NAVIGATION_DESCRIPTION</base>
1870 + <trans>Git repositories</trans>
1871 + </entry>
1872 +
1873 + <entry>
1874 + <base>GIT_FORM_TITLE</base>
1875 + <trans>Create, modify, or remove Git repositories</trans>
1876 + </entry>
1877 +
1878 + <entry>
1879 + <base>GIT_HOME_TITLE</base>
1880 + <trans>Create, modify, or remove Git repositories.</trans>
1881 + </entry>
1882 +
1883 + <entry>
1884 + <base>GIT_HOME_DESCRIPTION</base>
1885 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
1886 + </entry>
1887 +
1888 + <entry>
1889 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
1890 + <trans>Add a Git Repository</trans>
1891 + </entry>
1892 +
1893 + <entry>
1894 + <base>GIT_CONFIGURE_BUTTON</base>
1895 + <trans>Configure Git</trans>
1896 + </entry>
1897 +
1898 + <entry>
1899 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
1900 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
1901 + </entry>
1902 +
1903 + <entry>
1904 + <base>GIT_ADD_TITLE</base>
1905 + <trans>Create or modify a Git repository</trans>
1906 + </entry>
1907 +
1908 + <entry>
1909 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
1910 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
1911 + </entry>
1912 +
1913 + <entry>
1914 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
1915 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
1916 + </entry>
1917 +
1918 + <entry>
1919 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
1920 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
1921 + </entry>
1922 +
1923 + <entry>
1924 + <base>GIT_ACCESS_FIELD_DESC</base>
1925 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
1926 + </entry>
1927 +
1928 + <entry>
1929 + <base>GIT_REMOVE_TITLE</base>
1930 + <trans>Remove Git Repository</trans>
1931 + </entry>
1932 +
1933 + <entry>
1934 + <base>GIT_REMOVE_DESCRIPTION</base>
1935 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
1936 + </entry>
1937 +
1938 + <entry>
1939 + <base>GIT_REMOVE_BUTTON</base>
1940 + <trans>Remove Git Repository</trans>
1941 + </entry>
1942 +
1943 + <entry>
1944 + <base>GIT_CONFIGURATION_TITLE</base>
1945 + <trans>Configure Git Settings</trans>
1946 + </entry>
1947 +
1948 + <entry>
1949 + <base>GIT_PATH</base>
1950 + <trans>Git Path Prefix</trans>
1951 + </entry>
1952 +
1953 + <entry>
1954 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
1955 + <trans>Configure the global configuration settings for Git on this server</trans>
1956 + </entry>
1957 +
1958 + <entry>
1959 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
1960 + <trans>Save Git Configuration</trans>
1961 + </entry>
1962 +
1963 + <entry>
1964 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
1965 + <trans>Allow repository access from</trans>
1966 + </entry>
1967 +
1968 + <entry>
1969 + <base>GIT_REPOSITORY_NAME</base>
1970 + <trans>Repository Name / Clone URL</trans>
1971 + </entry>
1972 +
1973 + <entry>
1974 + <base>GIT_ALLOW_FROM</base>
1975 + <trans>Allow from</trans>
1976 + </entry>
1977 +
1978 + <entry>
1979 + <base>GIT_PULL_ACCESS</base>
1980 + <trans>Pull Access</trans>
1981 + </entry>
1982 +
1983 + <entry>
1984 + <base>GIT_PUSH_ACCESS</base>
1985 + <trans>Push Access</trans>
1986 + </entry>
1987 +
1988 + <entry>
1989 + <base>GIT_ANONYMOUS</base>
1990 + <trans>Anonymous</trans>
1991 + </entry>
1992 +
1993 + <entry>
1994 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
1995 + <trans>Local Network Only</trans>
1996 + </entry>
1997 +
1998 + <entry>
1999 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
2000 + <trans>Internet</trans>
2001 + </entry>
2002 +
2003 + <entry>
2004 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
2005 + <trans>Configuration Error!</trans>
2006 + </entry>
2007 +
2008 + <entry>
2009 + <base>GIT_PRIVILEGES_NOTE</base>
2010 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
2011 + </entry>
2012 +
2013 + <entry>
2014 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
2015 + <trans>Groups allowed to read/pull</trans>
2016 + </entry>
2017 +
2018 + <entry>
2019 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
2020 + <trans>Groups allowed to write/push</trans>
2021 + </entry>
2022 +
2023 + <entry>
2024 + <base>GIT_PRIVILEGES_USERS_PULL</base>
2025 + <trans>Users allowed to read/pull</trans>
2026 + </entry>
2027 +
2028 + <entry>
2029 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
2030 + <trans>Users allowed to write/push</trans>
2031 + </entry>
2032 +
2033 + <entry>
2034 + <base>GIT_USER_ADMINISTRATOR</base>
2035 + <trans>Administrator</trans>
2036 + </entry>
2037 +
2038 + <entry>
2039 + <base>GIT_GROUP_ADMINISTRATORS</base>
2040 + <trans>Administrators</trans>
2041 + </entry>
2042 +
2043 + <entry>
2044 + <base>GIT_GROUP_EVERYBODY</base>
2045 + <trans>Everybody</trans>
2046 + </entry>
2047 +
2048 + <entry>
2049 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
2050 + <trans>There are currently no Git repositories configured.</trans>
2051 + </entry>
2052 +
2053 + <entry>
2054 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
2055 + <trans>Git was succesfully reconfigured.</trans>
2056 + </entry>
2057 +
2058 + <entry>
2059 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
2060 + <trans>Successfully created Git repository.</trans>
2061 + </entry>
2062 +
2063 + <entry>
2064 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
2065 + <trans>Successfully modified Git repository.</trans>
2066 + </entry>
2067 +
2068 + <entry>
2069 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
2070 + <trans>Successfully deleted the Git repository.</trans>
2071 + </entry>
2072 +
2073 + <entry>
2074 + <base>GIT_ERROR_CONFIG_CHANGE</base>
2075 + <trans>An error occurred while configuring Git.</trans>
2076 + </entry>
2077 +
2078 + <entry>
2079 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
2080 + <trans>There was an internal error while creating the Git repository.</trans>
2081 + </entry>
2082 +
2083 + <entry>
2084 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
2085 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
2086 + </entry>
2087 +
2088 + <entry>
2089 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
2090 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
2091 + </entry>
2092 +
2093 + <entry>
2094 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
2095 + <trans>An error occurred while modifying the Git repository.</trans>
2096 + </entry>
2097 +
2098 + <entry>
2099 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
2100 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
2101 + </entry>
2102 +
2103 + <entry>
2104 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
2105 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
2106 + </entry>
2107 +
2108 + <entry>
2109 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
2110 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
2111 + </entry>
2112 +
2113 + <entry>
2114 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
2115 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
2116 + </entry>
2117 +
2118 + <entry>
2119 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
2120 + <trans>Make a selection</trans>
2121 + </entry>
2122 +
2123 + <entry>
2124 + <base>GIT_ERROR_ALREADY_EXISTS</base>
2125 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
2126 + </entry>
2127 +
2128 +</lexicon>
2129 --- smeserver-git-1.1.0/root/etc/e-smith/locale/hu/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
2130 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/hu/etc/e-smith/web/functions/git 2017-02-02 02:39:38.629965253 +0100
2131 @@ -0,0 +1,263 @@
2132 +<lexicon lang="hu" params="getExtraParams()">
2133 +
2134 + <entry>
2135 + <base>GIT_NAVIGATION_DESCRIPTION</base>
2136 + <trans>Git repositories</trans>
2137 + </entry>
2138 +
2139 + <entry>
2140 + <base>GIT_FORM_TITLE</base>
2141 + <trans>Create, modify, or remove Git repositories</trans>
2142 + </entry>
2143 +
2144 + <entry>
2145 + <base>GIT_HOME_TITLE</base>
2146 + <trans>Create, modify, or remove Git repositories.</trans>
2147 + </entry>
2148 +
2149 + <entry>
2150 + <base>GIT_HOME_DESCRIPTION</base>
2151 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
2152 + </entry>
2153 +
2154 + <entry>
2155 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
2156 + <trans>Add a Git Repository</trans>
2157 + </entry>
2158 +
2159 + <entry>
2160 + <base>GIT_CONFIGURE_BUTTON</base>
2161 + <trans>Configure Git</trans>
2162 + </entry>
2163 +
2164 + <entry>
2165 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
2166 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
2167 + </entry>
2168 +
2169 + <entry>
2170 + <base>GIT_ADD_TITLE</base>
2171 + <trans>Create or modify a Git repository</trans>
2172 + </entry>
2173 +
2174 + <entry>
2175 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
2176 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
2177 + </entry>
2178 +
2179 + <entry>
2180 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
2181 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
2182 + </entry>
2183 +
2184 + <entry>
2185 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
2186 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
2187 + </entry>
2188 +
2189 + <entry>
2190 + <base>GIT_ACCESS_FIELD_DESC</base>
2191 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
2192 + </entry>
2193 +
2194 + <entry>
2195 + <base>GIT_REMOVE_TITLE</base>
2196 + <trans>Remove Git Repository</trans>
2197 + </entry>
2198 +
2199 + <entry>
2200 + <base>GIT_REMOVE_DESCRIPTION</base>
2201 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
2202 + </entry>
2203 +
2204 + <entry>
2205 + <base>GIT_REMOVE_BUTTON</base>
2206 + <trans>Remove Git Repository</trans>
2207 + </entry>
2208 +
2209 + <entry>
2210 + <base>GIT_CONFIGURATION_TITLE</base>
2211 + <trans>Configure Git Settings</trans>
2212 + </entry>
2213 +
2214 + <entry>
2215 + <base>GIT_PATH</base>
2216 + <trans>Git Path Prefix</trans>
2217 + </entry>
2218 +
2219 + <entry>
2220 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
2221 + <trans>Configure the global configuration settings for Git on this server</trans>
2222 + </entry>
2223 +
2224 + <entry>
2225 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
2226 + <trans>Save Git Configuration</trans>
2227 + </entry>
2228 +
2229 + <entry>
2230 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
2231 + <trans>Allow repository access from</trans>
2232 + </entry>
2233 +
2234 + <entry>
2235 + <base>GIT_REPOSITORY_NAME</base>
2236 + <trans>Repository Name / Clone URL</trans>
2237 + </entry>
2238 +
2239 + <entry>
2240 + <base>GIT_ALLOW_FROM</base>
2241 + <trans>Allow from</trans>
2242 + </entry>
2243 +
2244 + <entry>
2245 + <base>GIT_PULL_ACCESS</base>
2246 + <trans>Pull Access</trans>
2247 + </entry>
2248 +
2249 + <entry>
2250 + <base>GIT_PUSH_ACCESS</base>
2251 + <trans>Push Access</trans>
2252 + </entry>
2253 +
2254 + <entry>
2255 + <base>GIT_ANONYMOUS</base>
2256 + <trans>Névtelen</trans>
2257 + </entry>
2258 +
2259 + <entry>
2260 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
2261 + <trans>Local Network Only</trans>
2262 + </entry>
2263 +
2264 + <entry>
2265 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
2266 + <trans>Internet</trans>
2267 + </entry>
2268 +
2269 + <entry>
2270 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
2271 + <trans>Configuration Error!</trans>
2272 + </entry>
2273 +
2274 + <entry>
2275 + <base>GIT_PRIVILEGES_NOTE</base>
2276 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
2277 + </entry>
2278 +
2279 + <entry>
2280 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
2281 + <trans>Groups allowed to read/pull</trans>
2282 + </entry>
2283 +
2284 + <entry>
2285 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
2286 + <trans>Groups allowed to write/push</trans>
2287 + </entry>
2288 +
2289 + <entry>
2290 + <base>GIT_PRIVILEGES_USERS_PULL</base>
2291 + <trans>Users allowed to read/pull</trans>
2292 + </entry>
2293 +
2294 + <entry>
2295 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
2296 + <trans>Users allowed to write/push</trans>
2297 + </entry>
2298 +
2299 + <entry>
2300 + <base>GIT_USER_ADMINISTRATOR</base>
2301 + <trans>Administrator</trans>
2302 + </entry>
2303 +
2304 + <entry>
2305 + <base>GIT_GROUP_ADMINISTRATORS</base>
2306 + <trans>Administrators</trans>
2307 + </entry>
2308 +
2309 + <entry>
2310 + <base>GIT_GROUP_EVERYBODY</base>
2311 + <trans>Everybody</trans>
2312 + </entry>
2313 +
2314 + <entry>
2315 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
2316 + <trans>There are currently no Git repositories configured.</trans>
2317 + </entry>
2318 +
2319 + <entry>
2320 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
2321 + <trans>Git was succesfully reconfigured.</trans>
2322 + </entry>
2323 +
2324 + <entry>
2325 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
2326 + <trans>Successfully created Git repository.</trans>
2327 + </entry>
2328 +
2329 + <entry>
2330 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
2331 + <trans>Successfully modified Git repository.</trans>
2332 + </entry>
2333 +
2334 + <entry>
2335 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
2336 + <trans>Successfully deleted the Git repository.</trans>
2337 + </entry>
2338 +
2339 + <entry>
2340 + <base>GIT_ERROR_CONFIG_CHANGE</base>
2341 + <trans>An error occurred while configuring Git.</trans>
2342 + </entry>
2343 +
2344 + <entry>
2345 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
2346 + <trans>There was an internal error while creating the Git repository.</trans>
2347 + </entry>
2348 +
2349 + <entry>
2350 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
2351 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
2352 + </entry>
2353 +
2354 + <entry>
2355 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
2356 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
2357 + </entry>
2358 +
2359 + <entry>
2360 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
2361 + <trans>An error occurred while modifying the Git repository.</trans>
2362 + </entry>
2363 +
2364 + <entry>
2365 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
2366 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
2367 + </entry>
2368 +
2369 + <entry>
2370 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
2371 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
2372 + </entry>
2373 +
2374 + <entry>
2375 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
2376 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
2377 + </entry>
2378 +
2379 + <entry>
2380 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
2381 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
2382 + </entry>
2383 +
2384 + <entry>
2385 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
2386 + <trans>Make a selection</trans>
2387 + </entry>
2388 +
2389 + <entry>
2390 + <base>GIT_ERROR_ALREADY_EXISTS</base>
2391 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
2392 + </entry>
2393 +
2394 +</lexicon>
2395 --- smeserver-git-1.1.0/root/etc/e-smith/locale/id/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
2396 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/id/etc/e-smith/web/functions/git 2017-02-02 02:39:38.742965264 +0100
2397 @@ -0,0 +1,263 @@
2398 +<lexicon lang="id" params="getExtraParams()">
2399 +
2400 + <entry>
2401 + <base>GIT_NAVIGATION_DESCRIPTION</base>
2402 + <trans>Git repositories</trans>
2403 + </entry>
2404 +
2405 + <entry>
2406 + <base>GIT_FORM_TITLE</base>
2407 + <trans>Create, modify, or remove Git repositories</trans>
2408 + </entry>
2409 +
2410 + <entry>
2411 + <base>GIT_HOME_TITLE</base>
2412 + <trans>Create, modify, or remove Git repositories.</trans>
2413 + </entry>
2414 +
2415 + <entry>
2416 + <base>GIT_HOME_DESCRIPTION</base>
2417 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
2418 + </entry>
2419 +
2420 + <entry>
2421 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
2422 + <trans>Add a Git Repository</trans>
2423 + </entry>
2424 +
2425 + <entry>
2426 + <base>GIT_CONFIGURE_BUTTON</base>
2427 + <trans>Configure Git</trans>
2428 + </entry>
2429 +
2430 + <entry>
2431 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
2432 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
2433 + </entry>
2434 +
2435 + <entry>
2436 + <base>GIT_ADD_TITLE</base>
2437 + <trans>Create or modify a Git repository</trans>
2438 + </entry>
2439 +
2440 + <entry>
2441 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
2442 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
2443 + </entry>
2444 +
2445 + <entry>
2446 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
2447 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
2448 + </entry>
2449 +
2450 + <entry>
2451 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
2452 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
2453 + </entry>
2454 +
2455 + <entry>
2456 + <base>GIT_ACCESS_FIELD_DESC</base>
2457 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
2458 + </entry>
2459 +
2460 + <entry>
2461 + <base>GIT_REMOVE_TITLE</base>
2462 + <trans>Remove Git Repository</trans>
2463 + </entry>
2464 +
2465 + <entry>
2466 + <base>GIT_REMOVE_DESCRIPTION</base>
2467 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
2468 + </entry>
2469 +
2470 + <entry>
2471 + <base>GIT_REMOVE_BUTTON</base>
2472 + <trans>Remove Git Repository</trans>
2473 + </entry>
2474 +
2475 + <entry>
2476 + <base>GIT_CONFIGURATION_TITLE</base>
2477 + <trans>Configure Git Settings</trans>
2478 + </entry>
2479 +
2480 + <entry>
2481 + <base>GIT_PATH</base>
2482 + <trans>Git Path Prefix</trans>
2483 + </entry>
2484 +
2485 + <entry>
2486 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
2487 + <trans>Configure the global configuration settings for Git on this server</trans>
2488 + </entry>
2489 +
2490 + <entry>
2491 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
2492 + <trans>Save Git Configuration</trans>
2493 + </entry>
2494 +
2495 + <entry>
2496 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
2497 + <trans>Allow repository access from</trans>
2498 + </entry>
2499 +
2500 + <entry>
2501 + <base>GIT_REPOSITORY_NAME</base>
2502 + <trans>Repository Name / Clone URL</trans>
2503 + </entry>
2504 +
2505 + <entry>
2506 + <base>GIT_ALLOW_FROM</base>
2507 + <trans>Allow from</trans>
2508 + </entry>
2509 +
2510 + <entry>
2511 + <base>GIT_PULL_ACCESS</base>
2512 + <trans>Pull Access</trans>
2513 + </entry>
2514 +
2515 + <entry>
2516 + <base>GIT_PUSH_ACCESS</base>
2517 + <trans>Push Access</trans>
2518 + </entry>
2519 +
2520 + <entry>
2521 + <base>GIT_ANONYMOUS</base>
2522 + <trans>Anonymous</trans>
2523 + </entry>
2524 +
2525 + <entry>
2526 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
2527 + <trans>Local Network Only</trans>
2528 + </entry>
2529 +
2530 + <entry>
2531 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
2532 + <trans>Internet</trans>
2533 + </entry>
2534 +
2535 + <entry>
2536 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
2537 + <trans>Configuration Error!</trans>
2538 + </entry>
2539 +
2540 + <entry>
2541 + <base>GIT_PRIVILEGES_NOTE</base>
2542 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
2543 + </entry>
2544 +
2545 + <entry>
2546 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
2547 + <trans>Groups allowed to read/pull</trans>
2548 + </entry>
2549 +
2550 + <entry>
2551 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
2552 + <trans>Groups allowed to write/push</trans>
2553 + </entry>
2554 +
2555 + <entry>
2556 + <base>GIT_PRIVILEGES_USERS_PULL</base>
2557 + <trans>Users allowed to read/pull</trans>
2558 + </entry>
2559 +
2560 + <entry>
2561 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
2562 + <trans>Users allowed to write/push</trans>
2563 + </entry>
2564 +
2565 + <entry>
2566 + <base>GIT_USER_ADMINISTRATOR</base>
2567 + <trans>Administrator</trans>
2568 + </entry>
2569 +
2570 + <entry>
2571 + <base>GIT_GROUP_ADMINISTRATORS</base>
2572 + <trans>Administrators</trans>
2573 + </entry>
2574 +
2575 + <entry>
2576 + <base>GIT_GROUP_EVERYBODY</base>
2577 + <trans>Everybody</trans>
2578 + </entry>
2579 +
2580 + <entry>
2581 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
2582 + <trans>There are currently no Git repositories configured.</trans>
2583 + </entry>
2584 +
2585 + <entry>
2586 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
2587 + <trans>Git was succesfully reconfigured.</trans>
2588 + </entry>
2589 +
2590 + <entry>
2591 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
2592 + <trans>Successfully created Git repository.</trans>
2593 + </entry>
2594 +
2595 + <entry>
2596 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
2597 + <trans>Successfully modified Git repository.</trans>
2598 + </entry>
2599 +
2600 + <entry>
2601 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
2602 + <trans>Successfully deleted the Git repository.</trans>
2603 + </entry>
2604 +
2605 + <entry>
2606 + <base>GIT_ERROR_CONFIG_CHANGE</base>
2607 + <trans>An error occurred while configuring Git.</trans>
2608 + </entry>
2609 +
2610 + <entry>
2611 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
2612 + <trans>There was an internal error while creating the Git repository.</trans>
2613 + </entry>
2614 +
2615 + <entry>
2616 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
2617 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
2618 + </entry>
2619 +
2620 + <entry>
2621 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
2622 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
2623 + </entry>
2624 +
2625 + <entry>
2626 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
2627 + <trans>An error occurred while modifying the Git repository.</trans>
2628 + </entry>
2629 +
2630 + <entry>
2631 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
2632 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
2633 + </entry>
2634 +
2635 + <entry>
2636 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
2637 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
2638 + </entry>
2639 +
2640 + <entry>
2641 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
2642 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
2643 + </entry>
2644 +
2645 + <entry>
2646 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
2647 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
2648 + </entry>
2649 +
2650 + <entry>
2651 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
2652 + <trans>Make a selection</trans>
2653 + </entry>
2654 +
2655 + <entry>
2656 + <base>GIT_ERROR_ALREADY_EXISTS</base>
2657 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
2658 + </entry>
2659 +
2660 +</lexicon>
2661 --- smeserver-git-1.1.0/root/etc/e-smith/locale/it/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
2662 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/it/etc/e-smith/web/functions/git 2017-02-02 02:39:38.876965277 +0100
2663 @@ -0,0 +1,263 @@
2664 +<lexicon lang="it" params="getExtraParams()">
2665 +
2666 + <entry>
2667 + <base>GIT_NAVIGATION_DESCRIPTION</base>
2668 + <trans>Git repositories</trans>
2669 + </entry>
2670 +
2671 + <entry>
2672 + <base>GIT_FORM_TITLE</base>
2673 + <trans>Create, modify, or remove Git repositories</trans>
2674 + </entry>
2675 +
2676 + <entry>
2677 + <base>GIT_HOME_TITLE</base>
2678 + <trans>Create, modify, or remove Git repositories.</trans>
2679 + </entry>
2680 +
2681 + <entry>
2682 + <base>GIT_HOME_DESCRIPTION</base>
2683 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
2684 + </entry>
2685 +
2686 + <entry>
2687 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
2688 + <trans>Add a Git Repository</trans>
2689 + </entry>
2690 +
2691 + <entry>
2692 + <base>GIT_CONFIGURE_BUTTON</base>
2693 + <trans>Configure Git</trans>
2694 + </entry>
2695 +
2696 + <entry>
2697 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
2698 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
2699 + </entry>
2700 +
2701 + <entry>
2702 + <base>GIT_ADD_TITLE</base>
2703 + <trans>Create or modify a Git repository</trans>
2704 + </entry>
2705 +
2706 + <entry>
2707 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
2708 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
2709 + </entry>
2710 +
2711 + <entry>
2712 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
2713 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
2714 + </entry>
2715 +
2716 + <entry>
2717 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
2718 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
2719 + </entry>
2720 +
2721 + <entry>
2722 + <base>GIT_ACCESS_FIELD_DESC</base>
2723 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
2724 + </entry>
2725 +
2726 + <entry>
2727 + <base>GIT_REMOVE_TITLE</base>
2728 + <trans>Remove Git Repository</trans>
2729 + </entry>
2730 +
2731 + <entry>
2732 + <base>GIT_REMOVE_DESCRIPTION</base>
2733 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
2734 + </entry>
2735 +
2736 + <entry>
2737 + <base>GIT_REMOVE_BUTTON</base>
2738 + <trans>Remove Git Repository</trans>
2739 + </entry>
2740 +
2741 + <entry>
2742 + <base>GIT_CONFIGURATION_TITLE</base>
2743 + <trans>Configure Git Settings</trans>
2744 + </entry>
2745 +
2746 + <entry>
2747 + <base>GIT_PATH</base>
2748 + <trans>Git Path Prefix</trans>
2749 + </entry>
2750 +
2751 + <entry>
2752 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
2753 + <trans>Configure the global configuration settings for Git on this server</trans>
2754 + </entry>
2755 +
2756 + <entry>
2757 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
2758 + <trans>Save Git Configuration</trans>
2759 + </entry>
2760 +
2761 + <entry>
2762 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
2763 + <trans>Allow repository access from</trans>
2764 + </entry>
2765 +
2766 + <entry>
2767 + <base>GIT_REPOSITORY_NAME</base>
2768 + <trans>Repository Name / Clone URL</trans>
2769 + </entry>
2770 +
2771 + <entry>
2772 + <base>GIT_ALLOW_FROM</base>
2773 + <trans>Allow from</trans>
2774 + </entry>
2775 +
2776 + <entry>
2777 + <base>GIT_PULL_ACCESS</base>
2778 + <trans>Pull Access</trans>
2779 + </entry>
2780 +
2781 + <entry>
2782 + <base>GIT_PUSH_ACCESS</base>
2783 + <trans>Push Access</trans>
2784 + </entry>
2785 +
2786 + <entry>
2787 + <base>GIT_ANONYMOUS</base>
2788 + <trans>Anonimo</trans>
2789 + </entry>
2790 +
2791 + <entry>
2792 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
2793 + <trans>Local Network Only</trans>
2794 + </entry>
2795 +
2796 + <entry>
2797 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
2798 + <trans>Internet</trans>
2799 + </entry>
2800 +
2801 + <entry>
2802 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
2803 + <trans>Configuration Error!</trans>
2804 + </entry>
2805 +
2806 + <entry>
2807 + <base>GIT_PRIVILEGES_NOTE</base>
2808 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
2809 + </entry>
2810 +
2811 + <entry>
2812 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
2813 + <trans>Groups allowed to read/pull</trans>
2814 + </entry>
2815 +
2816 + <entry>
2817 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
2818 + <trans>Groups allowed to write/push</trans>
2819 + </entry>
2820 +
2821 + <entry>
2822 + <base>GIT_PRIVILEGES_USERS_PULL</base>
2823 + <trans>Users allowed to read/pull</trans>
2824 + </entry>
2825 +
2826 + <entry>
2827 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
2828 + <trans>Users allowed to write/push</trans>
2829 + </entry>
2830 +
2831 + <entry>
2832 + <base>GIT_USER_ADMINISTRATOR</base>
2833 + <trans>Administrator</trans>
2834 + </entry>
2835 +
2836 + <entry>
2837 + <base>GIT_GROUP_ADMINISTRATORS</base>
2838 + <trans>Administrators</trans>
2839 + </entry>
2840 +
2841 + <entry>
2842 + <base>GIT_GROUP_EVERYBODY</base>
2843 + <trans>Everybody</trans>
2844 + </entry>
2845 +
2846 + <entry>
2847 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
2848 + <trans>There are currently no Git repositories configured.</trans>
2849 + </entry>
2850 +
2851 + <entry>
2852 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
2853 + <trans>Git was succesfully reconfigured.</trans>
2854 + </entry>
2855 +
2856 + <entry>
2857 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
2858 + <trans>Successfully created Git repository.</trans>
2859 + </entry>
2860 +
2861 + <entry>
2862 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
2863 + <trans>Successfully modified Git repository.</trans>
2864 + </entry>
2865 +
2866 + <entry>
2867 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
2868 + <trans>Successfully deleted the Git repository.</trans>
2869 + </entry>
2870 +
2871 + <entry>
2872 + <base>GIT_ERROR_CONFIG_CHANGE</base>
2873 + <trans>An error occurred while configuring Git.</trans>
2874 + </entry>
2875 +
2876 + <entry>
2877 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
2878 + <trans>There was an internal error while creating the Git repository.</trans>
2879 + </entry>
2880 +
2881 + <entry>
2882 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
2883 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
2884 + </entry>
2885 +
2886 + <entry>
2887 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
2888 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
2889 + </entry>
2890 +
2891 + <entry>
2892 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
2893 + <trans>An error occurred while modifying the Git repository.</trans>
2894 + </entry>
2895 +
2896 + <entry>
2897 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
2898 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
2899 + </entry>
2900 +
2901 + <entry>
2902 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
2903 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
2904 + </entry>
2905 +
2906 + <entry>
2907 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
2908 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
2909 + </entry>
2910 +
2911 + <entry>
2912 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
2913 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
2914 + </entry>
2915 +
2916 + <entry>
2917 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
2918 + <trans>Make a selection</trans>
2919 + </entry>
2920 +
2921 + <entry>
2922 + <base>GIT_ERROR_ALREADY_EXISTS</base>
2923 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
2924 + </entry>
2925 +
2926 +</lexicon>
2927 --- smeserver-git-1.1.0/root/etc/e-smith/locale/ja/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
2928 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/ja/etc/e-smith/web/functions/git 2017-02-02 02:39:39.005965290 +0100
2929 @@ -0,0 +1,263 @@
2930 +<lexicon lang="ja" params="getExtraParams()">
2931 +
2932 + <entry>
2933 + <base>GIT_NAVIGATION_DESCRIPTION</base>
2934 + <trans>Git repositories</trans>
2935 + </entry>
2936 +
2937 + <entry>
2938 + <base>GIT_FORM_TITLE</base>
2939 + <trans>Create, modify, or remove Git repositories</trans>
2940 + </entry>
2941 +
2942 + <entry>
2943 + <base>GIT_HOME_TITLE</base>
2944 + <trans>Create, modify, or remove Git repositories.</trans>
2945 + </entry>
2946 +
2947 + <entry>
2948 + <base>GIT_HOME_DESCRIPTION</base>
2949 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
2950 + </entry>
2951 +
2952 + <entry>
2953 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
2954 + <trans>Add a Git Repository</trans>
2955 + </entry>
2956 +
2957 + <entry>
2958 + <base>GIT_CONFIGURE_BUTTON</base>
2959 + <trans>Configure Git</trans>
2960 + </entry>
2961 +
2962 + <entry>
2963 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
2964 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
2965 + </entry>
2966 +
2967 + <entry>
2968 + <base>GIT_ADD_TITLE</base>
2969 + <trans>Create or modify a Git repository</trans>
2970 + </entry>
2971 +
2972 + <entry>
2973 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
2974 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
2975 + </entry>
2976 +
2977 + <entry>
2978 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
2979 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
2980 + </entry>
2981 +
2982 + <entry>
2983 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
2984 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
2985 + </entry>
2986 +
2987 + <entry>
2988 + <base>GIT_ACCESS_FIELD_DESC</base>
2989 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
2990 + </entry>
2991 +
2992 + <entry>
2993 + <base>GIT_REMOVE_TITLE</base>
2994 + <trans>Remove Git Repository</trans>
2995 + </entry>
2996 +
2997 + <entry>
2998 + <base>GIT_REMOVE_DESCRIPTION</base>
2999 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
3000 + </entry>
3001 +
3002 + <entry>
3003 + <base>GIT_REMOVE_BUTTON</base>
3004 + <trans>Remove Git Repository</trans>
3005 + </entry>
3006 +
3007 + <entry>
3008 + <base>GIT_CONFIGURATION_TITLE</base>
3009 + <trans>Configure Git Settings</trans>
3010 + </entry>
3011 +
3012 + <entry>
3013 + <base>GIT_PATH</base>
3014 + <trans>Git Path Prefix</trans>
3015 + </entry>
3016 +
3017 + <entry>
3018 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
3019 + <trans>Configure the global configuration settings for Git on this server</trans>
3020 + </entry>
3021 +
3022 + <entry>
3023 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
3024 + <trans>Save Git Configuration</trans>
3025 + </entry>
3026 +
3027 + <entry>
3028 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
3029 + <trans>Allow repository access from</trans>
3030 + </entry>
3031 +
3032 + <entry>
3033 + <base>GIT_REPOSITORY_NAME</base>
3034 + <trans>Repository Name / Clone URL</trans>
3035 + </entry>
3036 +
3037 + <entry>
3038 + <base>GIT_ALLOW_FROM</base>
3039 + <trans>Allow from</trans>
3040 + </entry>
3041 +
3042 + <entry>
3043 + <base>GIT_PULL_ACCESS</base>
3044 + <trans>Pull Access</trans>
3045 + </entry>
3046 +
3047 + <entry>
3048 + <base>GIT_PUSH_ACCESS</base>
3049 + <trans>Push Access</trans>
3050 + </entry>
3051 +
3052 + <entry>
3053 + <base>GIT_ANONYMOUS</base>
3054 + <trans>匿名</trans>
3055 + </entry>
3056 +
3057 + <entry>
3058 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
3059 + <trans>Local Network Only</trans>
3060 + </entry>
3061 +
3062 + <entry>
3063 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
3064 + <trans>インターネット</trans>
3065 + </entry>
3066 +
3067 + <entry>
3068 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
3069 + <trans>Configuration Error!</trans>
3070 + </entry>
3071 +
3072 + <entry>
3073 + <base>GIT_PRIVILEGES_NOTE</base>
3074 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
3075 + </entry>
3076 +
3077 + <entry>
3078 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
3079 + <trans>Groups allowed to read/pull</trans>
3080 + </entry>
3081 +
3082 + <entry>
3083 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
3084 + <trans>Groups allowed to write/push</trans>
3085 + </entry>
3086 +
3087 + <entry>
3088 + <base>GIT_PRIVILEGES_USERS_PULL</base>
3089 + <trans>Users allowed to read/pull</trans>
3090 + </entry>
3091 +
3092 + <entry>
3093 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
3094 + <trans>Users allowed to write/push</trans>
3095 + </entry>
3096 +
3097 + <entry>
3098 + <base>GIT_USER_ADMINISTRATOR</base>
3099 + <trans>Administrator</trans>
3100 + </entry>
3101 +
3102 + <entry>
3103 + <base>GIT_GROUP_ADMINISTRATORS</base>
3104 + <trans>Administrators</trans>
3105 + </entry>
3106 +
3107 + <entry>
3108 + <base>GIT_GROUP_EVERYBODY</base>
3109 + <trans>Everybody</trans>
3110 + </entry>
3111 +
3112 + <entry>
3113 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
3114 + <trans>There are currently no Git repositories configured.</trans>
3115 + </entry>
3116 +
3117 + <entry>
3118 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
3119 + <trans>Git was succesfully reconfigured.</trans>
3120 + </entry>
3121 +
3122 + <entry>
3123 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
3124 + <trans>Successfully created Git repository.</trans>
3125 + </entry>
3126 +
3127 + <entry>
3128 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
3129 + <trans>Successfully modified Git repository.</trans>
3130 + </entry>
3131 +
3132 + <entry>
3133 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
3134 + <trans>Successfully deleted the Git repository.</trans>
3135 + </entry>
3136 +
3137 + <entry>
3138 + <base>GIT_ERROR_CONFIG_CHANGE</base>
3139 + <trans>An error occurred while configuring Git.</trans>
3140 + </entry>
3141 +
3142 + <entry>
3143 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
3144 + <trans>There was an internal error while creating the Git repository.</trans>
3145 + </entry>
3146 +
3147 + <entry>
3148 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
3149 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
3150 + </entry>
3151 +
3152 + <entry>
3153 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
3154 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
3155 + </entry>
3156 +
3157 + <entry>
3158 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
3159 + <trans>An error occurred while modifying the Git repository.</trans>
3160 + </entry>
3161 +
3162 + <entry>
3163 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
3164 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
3165 + </entry>
3166 +
3167 + <entry>
3168 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
3169 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
3170 + </entry>
3171 +
3172 + <entry>
3173 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
3174 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
3175 + </entry>
3176 +
3177 + <entry>
3178 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
3179 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
3180 + </entry>
3181 +
3182 + <entry>
3183 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
3184 + <trans>Make a selection</trans>
3185 + </entry>
3186 +
3187 + <entry>
3188 + <base>GIT_ERROR_ALREADY_EXISTS</base>
3189 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
3190 + </entry>
3191 +
3192 +</lexicon>
3193 --- smeserver-git-1.1.0/root/etc/e-smith/locale/nb/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
3194 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/nb/etc/e-smith/web/functions/git 2017-02-02 02:39:39.131965302 +0100
3195 @@ -0,0 +1,263 @@
3196 +<lexicon lang="nb" params="getExtraParams()">
3197 +
3198 + <entry>
3199 + <base>GIT_NAVIGATION_DESCRIPTION</base>
3200 + <trans>Git repositories</trans>
3201 + </entry>
3202 +
3203 + <entry>
3204 + <base>GIT_FORM_TITLE</base>
3205 + <trans>Create, modify, or remove Git repositories</trans>
3206 + </entry>
3207 +
3208 + <entry>
3209 + <base>GIT_HOME_TITLE</base>
3210 + <trans>Create, modify, or remove Git repositories.</trans>
3211 + </entry>
3212 +
3213 + <entry>
3214 + <base>GIT_HOME_DESCRIPTION</base>
3215 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
3216 + </entry>
3217 +
3218 + <entry>
3219 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
3220 + <trans>Add a Git Repository</trans>
3221 + </entry>
3222 +
3223 + <entry>
3224 + <base>GIT_CONFIGURE_BUTTON</base>
3225 + <trans>Configure Git</trans>
3226 + </entry>
3227 +
3228 + <entry>
3229 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
3230 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
3231 + </entry>
3232 +
3233 + <entry>
3234 + <base>GIT_ADD_TITLE</base>
3235 + <trans>Create or modify a Git repository</trans>
3236 + </entry>
3237 +
3238 + <entry>
3239 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
3240 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
3241 + </entry>
3242 +
3243 + <entry>
3244 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
3245 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
3246 + </entry>
3247 +
3248 + <entry>
3249 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
3250 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
3251 + </entry>
3252 +
3253 + <entry>
3254 + <base>GIT_ACCESS_FIELD_DESC</base>
3255 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
3256 + </entry>
3257 +
3258 + <entry>
3259 + <base>GIT_REMOVE_TITLE</base>
3260 + <trans>Remove Git Repository</trans>
3261 + </entry>
3262 +
3263 + <entry>
3264 + <base>GIT_REMOVE_DESCRIPTION</base>
3265 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
3266 + </entry>
3267 +
3268 + <entry>
3269 + <base>GIT_REMOVE_BUTTON</base>
3270 + <trans>Remove Git Repository</trans>
3271 + </entry>
3272 +
3273 + <entry>
3274 + <base>GIT_CONFIGURATION_TITLE</base>
3275 + <trans>Configure Git Settings</trans>
3276 + </entry>
3277 +
3278 + <entry>
3279 + <base>GIT_PATH</base>
3280 + <trans>Git Path Prefix</trans>
3281 + </entry>
3282 +
3283 + <entry>
3284 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
3285 + <trans>Configure the global configuration settings for Git on this server</trans>
3286 + </entry>
3287 +
3288 + <entry>
3289 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
3290 + <trans>Save Git Configuration</trans>
3291 + </entry>
3292 +
3293 + <entry>
3294 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
3295 + <trans>Allow repository access from</trans>
3296 + </entry>
3297 +
3298 + <entry>
3299 + <base>GIT_REPOSITORY_NAME</base>
3300 + <trans>Repository Name / Clone URL</trans>
3301 + </entry>
3302 +
3303 + <entry>
3304 + <base>GIT_ALLOW_FROM</base>
3305 + <trans>Allow from</trans>
3306 + </entry>
3307 +
3308 + <entry>
3309 + <base>GIT_PULL_ACCESS</base>
3310 + <trans>Pull Access</trans>
3311 + </entry>
3312 +
3313 + <entry>
3314 + <base>GIT_PUSH_ACCESS</base>
3315 + <trans>Push Access</trans>
3316 + </entry>
3317 +
3318 + <entry>
3319 + <base>GIT_ANONYMOUS</base>
3320 + <trans>Anonym</trans>
3321 + </entry>
3322 +
3323 + <entry>
3324 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
3325 + <trans>Local Network Only</trans>
3326 + </entry>
3327 +
3328 + <entry>
3329 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
3330 + <trans>Internett</trans>
3331 + </entry>
3332 +
3333 + <entry>
3334 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
3335 + <trans>Configuration Error!</trans>
3336 + </entry>
3337 +
3338 + <entry>
3339 + <base>GIT_PRIVILEGES_NOTE</base>
3340 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
3341 + </entry>
3342 +
3343 + <entry>
3344 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
3345 + <trans>Groups allowed to read/pull</trans>
3346 + </entry>
3347 +
3348 + <entry>
3349 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
3350 + <trans>Groups allowed to write/push</trans>
3351 + </entry>
3352 +
3353 + <entry>
3354 + <base>GIT_PRIVILEGES_USERS_PULL</base>
3355 + <trans>Users allowed to read/pull</trans>
3356 + </entry>
3357 +
3358 + <entry>
3359 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
3360 + <trans>Users allowed to write/push</trans>
3361 + </entry>
3362 +
3363 + <entry>
3364 + <base>GIT_USER_ADMINISTRATOR</base>
3365 + <trans>Administrator</trans>
3366 + </entry>
3367 +
3368 + <entry>
3369 + <base>GIT_GROUP_ADMINISTRATORS</base>
3370 + <trans>Administrators</trans>
3371 + </entry>
3372 +
3373 + <entry>
3374 + <base>GIT_GROUP_EVERYBODY</base>
3375 + <trans>Everybody</trans>
3376 + </entry>
3377 +
3378 + <entry>
3379 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
3380 + <trans>There are currently no Git repositories configured.</trans>
3381 + </entry>
3382 +
3383 + <entry>
3384 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
3385 + <trans>Git was succesfully reconfigured.</trans>
3386 + </entry>
3387 +
3388 + <entry>
3389 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
3390 + <trans>Successfully created Git repository.</trans>
3391 + </entry>
3392 +
3393 + <entry>
3394 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
3395 + <trans>Successfully modified Git repository.</trans>
3396 + </entry>
3397 +
3398 + <entry>
3399 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
3400 + <trans>Successfully deleted the Git repository.</trans>
3401 + </entry>
3402 +
3403 + <entry>
3404 + <base>GIT_ERROR_CONFIG_CHANGE</base>
3405 + <trans>An error occurred while configuring Git.</trans>
3406 + </entry>
3407 +
3408 + <entry>
3409 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
3410 + <trans>There was an internal error while creating the Git repository.</trans>
3411 + </entry>
3412 +
3413 + <entry>
3414 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
3415 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
3416 + </entry>
3417 +
3418 + <entry>
3419 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
3420 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
3421 + </entry>
3422 +
3423 + <entry>
3424 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
3425 + <trans>An error occurred while modifying the Git repository.</trans>
3426 + </entry>
3427 +
3428 + <entry>
3429 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
3430 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
3431 + </entry>
3432 +
3433 + <entry>
3434 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
3435 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
3436 + </entry>
3437 +
3438 + <entry>
3439 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
3440 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
3441 + </entry>
3442 +
3443 + <entry>
3444 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
3445 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
3446 + </entry>
3447 +
3448 + <entry>
3449 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
3450 + <trans>Make a selection</trans>
3451 + </entry>
3452 +
3453 + <entry>
3454 + <base>GIT_ERROR_ALREADY_EXISTS</base>
3455 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
3456 + </entry>
3457 +
3458 +</lexicon>
3459 --- smeserver-git-1.1.0/root/etc/e-smith/locale/nl/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
3460 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/nl/etc/e-smith/web/functions/git 2017-02-02 02:39:39.266965316 +0100
3461 @@ -0,0 +1,263 @@
3462 +<lexicon lang="nl" params="getExtraParams()">
3463 +
3464 + <entry>
3465 + <base>GIT_NAVIGATION_DESCRIPTION</base>
3466 + <trans>Git repositories</trans>
3467 + </entry>
3468 +
3469 + <entry>
3470 + <base>GIT_FORM_TITLE</base>
3471 + <trans>Creëer, modificeer of verwijder Git repositories</trans>
3472 + </entry>
3473 +
3474 + <entry>
3475 + <base>GIT_HOME_TITLE</base>
3476 + <trans>Creëer, modificeer or verwijder Git repositories.</trans>
3477 + </entry>
3478 +
3479 + <entry>
3480 + <base>GIT_HOME_DESCRIPTION</base>
3481 + <trans><![CDATA[ <p>Met dit paneel beheert U gecentraliseerde Git repositories op deze server.</p> <p>Geconfigureerde Git repositories zijn toegankelijk via HTTPS zoals in https://{$serverName}/git/repository.git.</p> <p>Wanneer Gitweb ook is geinstalleerd, kunnen de Git repositories bekeken worden via een web pagina op https://{$serverName}/git</p> <p>Voor meer details en documentatie over het gebruik van Git, klik dan op het Git logo aan de rechterkant van dit scherm.</p> ]]></trans>
3482 + </entry>
3483 +
3484 + <entry>
3485 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
3486 + <trans>Creëer een nieuwe Git Repository</trans>
3487 + </entry>
3488 +
3489 + <entry>
3490 + <base>GIT_CONFIGURE_BUTTON</base>
3491 + <trans>Configureer Git</trans>
3492 + </entry>
3493 +
3494 + <entry>
3495 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
3496 + <trans><![CDATA[ <p>De tabel hieronder toont de huidige lijst van Git repositories op deze server.</p> <p>De <b>vet gedrukte</b> namen in de <b>Pull Toegang</b> en <b>Push Toegang</b> kolommen komen overeen met groepen op deze server. Niet vet gedrukte namen zijn individuele gebruikers. <i>Anoniem</i> betekent dat er geen toegang controle is.</p> <p>U kunt de Git repository instellingen wijzigen of de Git repository verwijderen door op de betreffende link te klikken in de <b>Actie</b> kolom.</p> ]]></trans>
3497 + </entry>
3498 +
3499 + <entry>
3500 + <base>GIT_ADD_TITLE</base>
3501 + <trans>Creëer of modificeer een Git repository</trans>
3502 + </entry>
3503 +
3504 + <entry>
3505 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
3506 + <trans>Geef een naam voor de Git repository de aangemaakt gaat worden. De repository zal aangemaakt worden als een 'bare' repository en zal automatisch de .git extensie toegevoegd krijgen aan de naam. Let op dat de naam alleen grote or kleine letters, nummers, punten, streepjes en onderstrepingstekens bevat en begint met een letter. Bijvoorbeeld "johnson", "Intra", en "cust3.prj12" zijn allemaal valide namen maar "3associates", en "Bus!Partner" zijn dat niet. De lengte van de naam is gelimiteerd tot {$maxLength} tekens.</trans>
3507 + </entry>
3508 +
3509 + <entry>
3510 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
3511 + <trans>Het veld hieronder bevat de naam van de git repository. Deze naam kan niet gewijzigd worden.</trans>
3512 + </entry>
3513 +
3514 + <entry>
3515 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
3516 + <trans>The beschrijving hieronder correspondeert met de tekst in het "description" bestand in de Git repository. Het wordt door GitWeb gebruikt om de repository beschrijving te laten zien op de GitWeb pagina.</trans>
3517 + </entry>
3518 +
3519 + <entry>
3520 + <base>GIT_ACCESS_FIELD_DESC</base>
3521 + <trans>Selecteer de vereiste network toegang voor de repository. Selecteer "Alleen Lokaal Netwerk" als je geen externe toegang wilt toelaten. Selecteer "internet" als je de repository toegankelijk wilt maken voor buitenaf. Deze network toegang instelling is bovenop de gebruikers en groep push/pull permissies die hieronder geconfigureerd worden.</trans>
3522 + </entry>
3523 +
3524 + <entry>
3525 + <base>GIT_REMOVE_TITLE</base>
3526 + <trans>Verwijder Git repository</trans>
3527 + </entry>
3528 +
3529 + <entry>
3530 + <base>GIT_REMOVE_DESCRIPTION</base>
3531 + <trans><![CDATA[ <p> U staat op het punt om de Git repository "{$name}" ({$description}) te verwijderen. </p> <p> <b>Alle bestanden behorende tot deze Git repository zullen worden verwijdert!</b> </p> <p> Ben u zeker dat u deze Git repository wilt verwijderen? </p> ]]></trans>
3532 + </entry>
3533 +
3534 + <entry>
3535 + <base>GIT_REMOVE_BUTTON</base>
3536 + <trans>Verwijder Git repository</trans>
3537 + </entry>
3538 +
3539 + <entry>
3540 + <base>GIT_CONFIGURATION_TITLE</base>
3541 + <trans>Configureer Git Instellingen</trans>
3542 + </entry>
3543 +
3544 + <entry>
3545 + <base>GIT_PATH</base>
3546 + <trans>Git Pad Voorvoegsel</trans>
3547 + </entry>
3548 +
3549 + <entry>
3550 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
3551 + <trans>Configureer de globale instellingen voor Git op deze server</trans>
3552 + </entry>
3553 +
3554 + <entry>
3555 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
3556 + <trans>Git Configuratie Opslaan</trans>
3557 + </entry>
3558 +
3559 + <entry>
3560 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
3561 + <trans>Repository toegang toestaan van</trans>
3562 + </entry>
3563 +
3564 + <entry>
3565 + <base>GIT_REPOSITORY_NAME</base>
3566 + <trans>Repository Naam / Clone URL</trans>
3567 + </entry>
3568 +
3569 + <entry>
3570 + <base>GIT_ALLOW_FROM</base>
3571 + <trans>Toestaan van</trans>
3572 + </entry>
3573 +
3574 + <entry>
3575 + <base>GIT_PULL_ACCESS</base>
3576 + <trans>Pull Toegang</trans>
3577 + </entry>
3578 +
3579 + <entry>
3580 + <base>GIT_PUSH_ACCESS</base>
3581 + <trans>Push Toegang</trans>
3582 + </entry>
3583 +
3584 + <entry>
3585 + <base>GIT_ANONYMOUS</base>
3586 + <trans>Anoniem</trans>
3587 + </entry>
3588 +
3589 + <entry>
3590 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
3591 + <trans>Alleen Lokaal Network</trans>
3592 + </entry>
3593 +
3594 + <entry>
3595 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
3596 + <trans>Internet</trans>
3597 + </entry>
3598 +
3599 + <entry>
3600 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
3601 + <trans>Configuratie Fout!</trans>
3602 + </entry>
3603 +
3604 + <entry>
3605 + <base>GIT_PRIVILEGES_NOTE</base>
3606 + <trans><![CDATA[ <p> Gebruik de selectie lijsten hieronder om pull en push permissies in te stellen voor de Git repository.<br /> Selecteer groepen en/of individuele gebruikers. Gebruik de SHIFT en/of de CTRL toets om meerdere groepen of gebruikers te selecteren.<br /> Als er <b>geen</b> groep of gebruikers zijn geselecteerd, zal de repository <b>anoniem</b> toegankelijk zijn! (that betekent dat er geen gebruikersnaam of wachtwoord nodig zal zijn).<br /> Als je pull permissies voor gebruikers of groepen instelt, zullen de push gebruikers en groepen ook pull toegang hebben.<br /> Als je exclusieve pull en push toegang wilt hebben voor je gebruikers en groepen, specificeer ze dan in zowel de pull en de push toegang permissies.<br /> De groep <b>admin</b> bevat alle administrateurs en de groep <b>shared</b> bevat alle lokale gebruikers op dit systeem.</p> ]]></trans>
3607 + </entry>
3608 +
3609 + <entry>
3610 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
3611 + <trans>Groepen met lees/pull toestemming</trans>
3612 + </entry>
3613 +
3614 + <entry>
3615 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
3616 + <trans>Groepen met schrijf/push toestemming</trans>
3617 + </entry>
3618 +
3619 + <entry>
3620 + <base>GIT_PRIVILEGES_USERS_PULL</base>
3621 + <trans>Gebruikers met lees/pull toestemming</trans>
3622 + </entry>
3623 +
3624 + <entry>
3625 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
3626 + <trans>Gebruikers met schrijf/push toestemming</trans>
3627 + </entry>
3628 +
3629 + <entry>
3630 + <base>GIT_USER_ADMINISTRATOR</base>
3631 + <trans>Administrator</trans>
3632 + </entry>
3633 +
3634 + <entry>
3635 + <base>GIT_GROUP_ADMINISTRATORS</base>
3636 + <trans>Administrateurs</trans>
3637 + </entry>
3638 +
3639 + <entry>
3640 + <base>GIT_GROUP_EVERYBODY</base>
3641 + <trans>Iedereen</trans>
3642 + </entry>
3643 +
3644 + <entry>
3645 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
3646 + <trans>Er zijn op dit moment geen Git repositories geconfigureerd.</trans>
3647 + </entry>
3648 +
3649 + <entry>
3650 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
3651 + <trans>Git was succesvol geconfigureerd.</trans>
3652 + </entry>
3653 +
3654 + <entry>
3655 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
3656 + <trans>Git repository creatie was succesvol.</trans>
3657 + </entry>
3658 +
3659 + <entry>
3660 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
3661 + <trans>Git repository modificatie was succesvol.</trans>
3662 + </entry>
3663 +
3664 + <entry>
3665 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
3666 + <trans>Git repository was verwijdert.</trans>
3667 + </entry>
3668 +
3669 + <entry>
3670 + <base>GIT_ERROR_CONFIG_CHANGE</base>
3671 + <trans>Er is een fout opgetreden tijdens Git configuratie.</trans>
3672 + </entry>
3673 +
3674 + <entry>
3675 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
3676 + <trans>Er is een interne fout opgetreden tijdens het creëren van de Git repository.</trans>
3677 + </entry>
3678 +
3679 + <entry>
3680 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
3681 + <trans>Kan repository "{$name}" niet vinden (bestaat het wel?)</trans>
3682 + </entry>
3683 +
3684 + <entry>
3685 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
3686 + <trans>Kan repository "{$name}" niet aanmaken (bestaat het al?)</trans>
3687 + </entry>
3688 +
3689 + <entry>
3690 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
3691 + <trans>Er is een fout opgetreden bij het modificeren van de Git repository.</trans>
3692 + </entry>
3693 +
3694 + <entry>
3695 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
3696 + <trans>Er is een fout opgetreden bij het verwijderen van de Git repository. De repository map is mogelijk niet geheel verwijdert.</trans>
3697 + </entry>
3698 +
3699 + <entry>
3700 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
3701 + <trans>De Git repository naam "{$repositoryName}" bevat ongeldige tekens. Repository namen moeten beginnen met een kleine letter en mogen verder alleen kleine letters, cijfers, onderstrepingstekens en streepjes bevatten.</trans>
3702 + </entry>
3703 +
3704 + <entry>
3705 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
3706 + <trans>De Git repository beschrijving "{$repositoryDescription}" bevat ongeldige tekens. Repository beschrijvingen mogen alleen grote en kleine letters, cijfers, streepjes en onderstrepingstekens bevatten.</trans>
3707 + </entry>
3708 +
3709 + <entry>
3710 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
3711 + <trans>De Git repository naam "{$repositoryName}" is te lang. het maximum aantal karakters is {$maxRepositoryNameLength}.</trans>
3712 + </entry>
3713 +
3714 + <entry>
3715 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
3716 + <trans>Maak een selectie</trans>
3717 + </entry>
3718 +
3719 + <entry>
3720 + <base>GIT_ERROR_ALREADY_EXISTS</base>
3721 + <trans>De repository "{$repositoryName}" is een bestaande Git repository. Er is geen nieuwe repository gecreëerd. Gebruik de 'Modificeer' link in de tabel hieronder om de bestaande repository te configureren.</trans>
3722 + </entry>
3723 +
3724 +</lexicon>
3725 --- smeserver-git-1.1.0/root/etc/e-smith/locale/pl/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
3726 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/pl/etc/e-smith/web/functions/git 2017-02-02 02:39:39.404965329 +0100
3727 @@ -0,0 +1,263 @@
3728 +<lexicon lang="pl" params="getExtraParams()">
3729 +
3730 + <entry>
3731 + <base>GIT_NAVIGATION_DESCRIPTION</base>
3732 + <trans>Git repositories</trans>
3733 + </entry>
3734 +
3735 + <entry>
3736 + <base>GIT_FORM_TITLE</base>
3737 + <trans>Create, modify, or remove Git repositories</trans>
3738 + </entry>
3739 +
3740 + <entry>
3741 + <base>GIT_HOME_TITLE</base>
3742 + <trans>Create, modify, or remove Git repositories.</trans>
3743 + </entry>
3744 +
3745 + <entry>
3746 + <base>GIT_HOME_DESCRIPTION</base>
3747 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
3748 + </entry>
3749 +
3750 + <entry>
3751 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
3752 + <trans>Add a Git Repository</trans>
3753 + </entry>
3754 +
3755 + <entry>
3756 + <base>GIT_CONFIGURE_BUTTON</base>
3757 + <trans>Configure Git</trans>
3758 + </entry>
3759 +
3760 + <entry>
3761 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
3762 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
3763 + </entry>
3764 +
3765 + <entry>
3766 + <base>GIT_ADD_TITLE</base>
3767 + <trans>Create or modify a Git repository</trans>
3768 + </entry>
3769 +
3770 + <entry>
3771 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
3772 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
3773 + </entry>
3774 +
3775 + <entry>
3776 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
3777 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
3778 + </entry>
3779 +
3780 + <entry>
3781 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
3782 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
3783 + </entry>
3784 +
3785 + <entry>
3786 + <base>GIT_ACCESS_FIELD_DESC</base>
3787 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
3788 + </entry>
3789 +
3790 + <entry>
3791 + <base>GIT_REMOVE_TITLE</base>
3792 + <trans>Remove Git Repository</trans>
3793 + </entry>
3794 +
3795 + <entry>
3796 + <base>GIT_REMOVE_DESCRIPTION</base>
3797 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
3798 + </entry>
3799 +
3800 + <entry>
3801 + <base>GIT_REMOVE_BUTTON</base>
3802 + <trans>Remove Git Repository</trans>
3803 + </entry>
3804 +
3805 + <entry>
3806 + <base>GIT_CONFIGURATION_TITLE</base>
3807 + <trans>Configure Git Settings</trans>
3808 + </entry>
3809 +
3810 + <entry>
3811 + <base>GIT_PATH</base>
3812 + <trans>Git Path Prefix</trans>
3813 + </entry>
3814 +
3815 + <entry>
3816 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
3817 + <trans>Configure the global configuration settings for Git on this server</trans>
3818 + </entry>
3819 +
3820 + <entry>
3821 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
3822 + <trans>Save Git Configuration</trans>
3823 + </entry>
3824 +
3825 + <entry>
3826 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
3827 + <trans>Allow repository access from</trans>
3828 + </entry>
3829 +
3830 + <entry>
3831 + <base>GIT_REPOSITORY_NAME</base>
3832 + <trans>Repository Name / Clone URL</trans>
3833 + </entry>
3834 +
3835 + <entry>
3836 + <base>GIT_ALLOW_FROM</base>
3837 + <trans>Allow from</trans>
3838 + </entry>
3839 +
3840 + <entry>
3841 + <base>GIT_PULL_ACCESS</base>
3842 + <trans>Pull Access</trans>
3843 + </entry>
3844 +
3845 + <entry>
3846 + <base>GIT_PUSH_ACCESS</base>
3847 + <trans>Push Access</trans>
3848 + </entry>
3849 +
3850 + <entry>
3851 + <base>GIT_ANONYMOUS</base>
3852 + <trans>Anonimowy</trans>
3853 + </entry>
3854 +
3855 + <entry>
3856 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
3857 + <trans>Local Network Only</trans>
3858 + </entry>
3859 +
3860 + <entry>
3861 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
3862 + <trans>Internet</trans>
3863 + </entry>
3864 +
3865 + <entry>
3866 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
3867 + <trans>Configuration Error!</trans>
3868 + </entry>
3869 +
3870 + <entry>
3871 + <base>GIT_PRIVILEGES_NOTE</base>
3872 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
3873 + </entry>
3874 +
3875 + <entry>
3876 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
3877 + <trans>Groups allowed to read/pull</trans>
3878 + </entry>
3879 +
3880 + <entry>
3881 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
3882 + <trans>Groups allowed to write/push</trans>
3883 + </entry>
3884 +
3885 + <entry>
3886 + <base>GIT_PRIVILEGES_USERS_PULL</base>
3887 + <trans>Users allowed to read/pull</trans>
3888 + </entry>
3889 +
3890 + <entry>
3891 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
3892 + <trans>Users allowed to write/push</trans>
3893 + </entry>
3894 +
3895 + <entry>
3896 + <base>GIT_USER_ADMINISTRATOR</base>
3897 + <trans>Administrator</trans>
3898 + </entry>
3899 +
3900 + <entry>
3901 + <base>GIT_GROUP_ADMINISTRATORS</base>
3902 + <trans>Administrators</trans>
3903 + </entry>
3904 +
3905 + <entry>
3906 + <base>GIT_GROUP_EVERYBODY</base>
3907 + <trans>Everybody</trans>
3908 + </entry>
3909 +
3910 + <entry>
3911 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
3912 + <trans>There are currently no Git repositories configured.</trans>
3913 + </entry>
3914 +
3915 + <entry>
3916 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
3917 + <trans>Git was succesfully reconfigured.</trans>
3918 + </entry>
3919 +
3920 + <entry>
3921 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
3922 + <trans>Successfully created Git repository.</trans>
3923 + </entry>
3924 +
3925 + <entry>
3926 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
3927 + <trans>Successfully modified Git repository.</trans>
3928 + </entry>
3929 +
3930 + <entry>
3931 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
3932 + <trans>Successfully deleted the Git repository.</trans>
3933 + </entry>
3934 +
3935 + <entry>
3936 + <base>GIT_ERROR_CONFIG_CHANGE</base>
3937 + <trans>An error occurred while configuring Git.</trans>
3938 + </entry>
3939 +
3940 + <entry>
3941 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
3942 + <trans>There was an internal error while creating the Git repository.</trans>
3943 + </entry>
3944 +
3945 + <entry>
3946 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
3947 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
3948 + </entry>
3949 +
3950 + <entry>
3951 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
3952 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
3953 + </entry>
3954 +
3955 + <entry>
3956 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
3957 + <trans>An error occurred while modifying the Git repository.</trans>
3958 + </entry>
3959 +
3960 + <entry>
3961 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
3962 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
3963 + </entry>
3964 +
3965 + <entry>
3966 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
3967 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
3968 + </entry>
3969 +
3970 + <entry>
3971 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
3972 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
3973 + </entry>
3974 +
3975 + <entry>
3976 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
3977 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
3978 + </entry>
3979 +
3980 + <entry>
3981 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
3982 + <trans>Make a selection</trans>
3983 + </entry>
3984 +
3985 + <entry>
3986 + <base>GIT_ERROR_ALREADY_EXISTS</base>
3987 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
3988 + </entry>
3989 +
3990 +</lexicon>
3991 --- smeserver-git-1.1.0/root/etc/e-smith/locale/pt/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
3992 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/pt/etc/e-smith/web/functions/git 2017-02-02 02:39:39.529965342 +0100
3993 @@ -0,0 +1,263 @@
3994 +<lexicon lang="pt" params="getExtraParams()">
3995 +
3996 + <entry>
3997 + <base>GIT_NAVIGATION_DESCRIPTION</base>
3998 + <trans>Git repositories</trans>
3999 + </entry>
4000 +
4001 + <entry>
4002 + <base>GIT_FORM_TITLE</base>
4003 + <trans>Create, modify, or remove Git repositories</trans>
4004 + </entry>
4005 +
4006 + <entry>
4007 + <base>GIT_HOME_TITLE</base>
4008 + <trans>Create, modify, or remove Git repositories.</trans>
4009 + </entry>
4010 +
4011 + <entry>
4012 + <base>GIT_HOME_DESCRIPTION</base>
4013 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
4014 + </entry>
4015 +
4016 + <entry>
4017 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
4018 + <trans>Add a Git Repository</trans>
4019 + </entry>
4020 +
4021 + <entry>
4022 + <base>GIT_CONFIGURE_BUTTON</base>
4023 + <trans>Configure Git</trans>
4024 + </entry>
4025 +
4026 + <entry>
4027 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
4028 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
4029 + </entry>
4030 +
4031 + <entry>
4032 + <base>GIT_ADD_TITLE</base>
4033 + <trans>Create or modify a Git repository</trans>
4034 + </entry>
4035 +
4036 + <entry>
4037 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
4038 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
4039 + </entry>
4040 +
4041 + <entry>
4042 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
4043 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
4044 + </entry>
4045 +
4046 + <entry>
4047 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
4048 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
4049 + </entry>
4050 +
4051 + <entry>
4052 + <base>GIT_ACCESS_FIELD_DESC</base>
4053 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
4054 + </entry>
4055 +
4056 + <entry>
4057 + <base>GIT_REMOVE_TITLE</base>
4058 + <trans>Remove Git Repository</trans>
4059 + </entry>
4060 +
4061 + <entry>
4062 + <base>GIT_REMOVE_DESCRIPTION</base>
4063 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
4064 + </entry>
4065 +
4066 + <entry>
4067 + <base>GIT_REMOVE_BUTTON</base>
4068 + <trans>Remove Git Repository</trans>
4069 + </entry>
4070 +
4071 + <entry>
4072 + <base>GIT_CONFIGURATION_TITLE</base>
4073 + <trans>Configure Git Settings</trans>
4074 + </entry>
4075 +
4076 + <entry>
4077 + <base>GIT_PATH</base>
4078 + <trans>Git Path Prefix</trans>
4079 + </entry>
4080 +
4081 + <entry>
4082 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
4083 + <trans>Configure the global configuration settings for Git on this server</trans>
4084 + </entry>
4085 +
4086 + <entry>
4087 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
4088 + <trans>Save Git Configuration</trans>
4089 + </entry>
4090 +
4091 + <entry>
4092 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
4093 + <trans>Allow repository access from</trans>
4094 + </entry>
4095 +
4096 + <entry>
4097 + <base>GIT_REPOSITORY_NAME</base>
4098 + <trans>Repository Name / Clone URL</trans>
4099 + </entry>
4100 +
4101 + <entry>
4102 + <base>GIT_ALLOW_FROM</base>
4103 + <trans>Allow from</trans>
4104 + </entry>
4105 +
4106 + <entry>
4107 + <base>GIT_PULL_ACCESS</base>
4108 + <trans>Pull Access</trans>
4109 + </entry>
4110 +
4111 + <entry>
4112 + <base>GIT_PUSH_ACCESS</base>
4113 + <trans>Push Access</trans>
4114 + </entry>
4115 +
4116 + <entry>
4117 + <base>GIT_ANONYMOUS</base>
4118 + <trans>Anónimo</trans>
4119 + </entry>
4120 +
4121 + <entry>
4122 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
4123 + <trans>Local Network Only</trans>
4124 + </entry>
4125 +
4126 + <entry>
4127 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
4128 + <trans>Internet</trans>
4129 + </entry>
4130 +
4131 + <entry>
4132 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
4133 + <trans>Configuration Error!</trans>
4134 + </entry>
4135 +
4136 + <entry>
4137 + <base>GIT_PRIVILEGES_NOTE</base>
4138 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
4139 + </entry>
4140 +
4141 + <entry>
4142 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
4143 + <trans>Groups allowed to read/pull</trans>
4144 + </entry>
4145 +
4146 + <entry>
4147 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
4148 + <trans>Groups allowed to write/push</trans>
4149 + </entry>
4150 +
4151 + <entry>
4152 + <base>GIT_PRIVILEGES_USERS_PULL</base>
4153 + <trans>Users allowed to read/pull</trans>
4154 + </entry>
4155 +
4156 + <entry>
4157 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
4158 + <trans>Users allowed to write/push</trans>
4159 + </entry>
4160 +
4161 + <entry>
4162 + <base>GIT_USER_ADMINISTRATOR</base>
4163 + <trans>Administrator</trans>
4164 + </entry>
4165 +
4166 + <entry>
4167 + <base>GIT_GROUP_ADMINISTRATORS</base>
4168 + <trans>Administrators</trans>
4169 + </entry>
4170 +
4171 + <entry>
4172 + <base>GIT_GROUP_EVERYBODY</base>
4173 + <trans>Everybody</trans>
4174 + </entry>
4175 +
4176 + <entry>
4177 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
4178 + <trans>There are currently no Git repositories configured.</trans>
4179 + </entry>
4180 +
4181 + <entry>
4182 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
4183 + <trans>Git was succesfully reconfigured.</trans>
4184 + </entry>
4185 +
4186 + <entry>
4187 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
4188 + <trans>Successfully created Git repository.</trans>
4189 + </entry>
4190 +
4191 + <entry>
4192 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
4193 + <trans>Successfully modified Git repository.</trans>
4194 + </entry>
4195 +
4196 + <entry>
4197 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
4198 + <trans>Successfully deleted the Git repository.</trans>
4199 + </entry>
4200 +
4201 + <entry>
4202 + <base>GIT_ERROR_CONFIG_CHANGE</base>
4203 + <trans>An error occurred while configuring Git.</trans>
4204 + </entry>
4205 +
4206 + <entry>
4207 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
4208 + <trans>There was an internal error while creating the Git repository.</trans>
4209 + </entry>
4210 +
4211 + <entry>
4212 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
4213 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
4214 + </entry>
4215 +
4216 + <entry>
4217 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
4218 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
4219 + </entry>
4220 +
4221 + <entry>
4222 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
4223 + <trans>An error occurred while modifying the Git repository.</trans>
4224 + </entry>
4225 +
4226 + <entry>
4227 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
4228 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
4229 + </entry>
4230 +
4231 + <entry>
4232 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
4233 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
4234 + </entry>
4235 +
4236 + <entry>
4237 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
4238 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
4239 + </entry>
4240 +
4241 + <entry>
4242 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
4243 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
4244 + </entry>
4245 +
4246 + <entry>
4247 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
4248 + <trans>Make a selection</trans>
4249 + </entry>
4250 +
4251 + <entry>
4252 + <base>GIT_ERROR_ALREADY_EXISTS</base>
4253 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
4254 + </entry>
4255 +
4256 +</lexicon>
4257 --- smeserver-git-1.1.0/root/etc/e-smith/locale/pt-br/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
4258 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/pt-br/etc/e-smith/web/functions/git 2017-02-02 02:39:39.659965354 +0100
4259 @@ -0,0 +1,263 @@
4260 +<lexicon lang="pt-br" params="getExtraParams()">
4261 +
4262 + <entry>
4263 + <base>GIT_NAVIGATION_DESCRIPTION</base>
4264 + <trans>Git repositories</trans>
4265 + </entry>
4266 +
4267 + <entry>
4268 + <base>GIT_FORM_TITLE</base>
4269 + <trans>Create, modify, or remove Git repositories</trans>
4270 + </entry>
4271 +
4272 + <entry>
4273 + <base>GIT_HOME_TITLE</base>
4274 + <trans>Create, modify, or remove Git repositories.</trans>
4275 + </entry>
4276 +
4277 + <entry>
4278 + <base>GIT_HOME_DESCRIPTION</base>
4279 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
4280 + </entry>
4281 +
4282 + <entry>
4283 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
4284 + <trans>Add a Git Repository</trans>
4285 + </entry>
4286 +
4287 + <entry>
4288 + <base>GIT_CONFIGURE_BUTTON</base>
4289 + <trans>Configure Git</trans>
4290 + </entry>
4291 +
4292 + <entry>
4293 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
4294 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
4295 + </entry>
4296 +
4297 + <entry>
4298 + <base>GIT_ADD_TITLE</base>
4299 + <trans>Create or modify a Git repository</trans>
4300 + </entry>
4301 +
4302 + <entry>
4303 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
4304 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
4305 + </entry>
4306 +
4307 + <entry>
4308 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
4309 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
4310 + </entry>
4311 +
4312 + <entry>
4313 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
4314 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
4315 + </entry>
4316 +
4317 + <entry>
4318 + <base>GIT_ACCESS_FIELD_DESC</base>
4319 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
4320 + </entry>
4321 +
4322 + <entry>
4323 + <base>GIT_REMOVE_TITLE</base>
4324 + <trans>Remove Git Repository</trans>
4325 + </entry>
4326 +
4327 + <entry>
4328 + <base>GIT_REMOVE_DESCRIPTION</base>
4329 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
4330 + </entry>
4331 +
4332 + <entry>
4333 + <base>GIT_REMOVE_BUTTON</base>
4334 + <trans>Remove Git Repository</trans>
4335 + </entry>
4336 +
4337 + <entry>
4338 + <base>GIT_CONFIGURATION_TITLE</base>
4339 + <trans>Configure Git Settings</trans>
4340 + </entry>
4341 +
4342 + <entry>
4343 + <base>GIT_PATH</base>
4344 + <trans>Git Path Prefix</trans>
4345 + </entry>
4346 +
4347 + <entry>
4348 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
4349 + <trans>Configure the global configuration settings for Git on this server</trans>
4350 + </entry>
4351 +
4352 + <entry>
4353 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
4354 + <trans>Save Git Configuration</trans>
4355 + </entry>
4356 +
4357 + <entry>
4358 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
4359 + <trans>Allow repository access from</trans>
4360 + </entry>
4361 +
4362 + <entry>
4363 + <base>GIT_REPOSITORY_NAME</base>
4364 + <trans>Repository Name / Clone URL</trans>
4365 + </entry>
4366 +
4367 + <entry>
4368 + <base>GIT_ALLOW_FROM</base>
4369 + <trans>Allow from</trans>
4370 + </entry>
4371 +
4372 + <entry>
4373 + <base>GIT_PULL_ACCESS</base>
4374 + <trans>Pull Access</trans>
4375 + </entry>
4376 +
4377 + <entry>
4378 + <base>GIT_PUSH_ACCESS</base>
4379 + <trans>Push Access</trans>
4380 + </entry>
4381 +
4382 + <entry>
4383 + <base>GIT_ANONYMOUS</base>
4384 + <trans>Anônimo</trans>
4385 + </entry>
4386 +
4387 + <entry>
4388 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
4389 + <trans>Local Network Only</trans>
4390 + </entry>
4391 +
4392 + <entry>
4393 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
4394 + <trans>Internet</trans>
4395 + </entry>
4396 +
4397 + <entry>
4398 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
4399 + <trans>Configuration Error!</trans>
4400 + </entry>
4401 +
4402 + <entry>
4403 + <base>GIT_PRIVILEGES_NOTE</base>
4404 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
4405 + </entry>
4406 +
4407 + <entry>
4408 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
4409 + <trans>Groups allowed to read/pull</trans>
4410 + </entry>
4411 +
4412 + <entry>
4413 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
4414 + <trans>Groups allowed to write/push</trans>
4415 + </entry>
4416 +
4417 + <entry>
4418 + <base>GIT_PRIVILEGES_USERS_PULL</base>
4419 + <trans>Users allowed to read/pull</trans>
4420 + </entry>
4421 +
4422 + <entry>
4423 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
4424 + <trans>Users allowed to write/push</trans>
4425 + </entry>
4426 +
4427 + <entry>
4428 + <base>GIT_USER_ADMINISTRATOR</base>
4429 + <trans>Administrator</trans>
4430 + </entry>
4431 +
4432 + <entry>
4433 + <base>GIT_GROUP_ADMINISTRATORS</base>
4434 + <trans>Administrators</trans>
4435 + </entry>
4436 +
4437 + <entry>
4438 + <base>GIT_GROUP_EVERYBODY</base>
4439 + <trans>Everybody</trans>
4440 + </entry>
4441 +
4442 + <entry>
4443 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
4444 + <trans>There are currently no Git repositories configured.</trans>
4445 + </entry>
4446 +
4447 + <entry>
4448 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
4449 + <trans>Git was succesfully reconfigured.</trans>
4450 + </entry>
4451 +
4452 + <entry>
4453 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
4454 + <trans>Successfully created Git repository.</trans>
4455 + </entry>
4456 +
4457 + <entry>
4458 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
4459 + <trans>Successfully modified Git repository.</trans>
4460 + </entry>
4461 +
4462 + <entry>
4463 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
4464 + <trans>Successfully deleted the Git repository.</trans>
4465 + </entry>
4466 +
4467 + <entry>
4468 + <base>GIT_ERROR_CONFIG_CHANGE</base>
4469 + <trans>An error occurred while configuring Git.</trans>
4470 + </entry>
4471 +
4472 + <entry>
4473 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
4474 + <trans>There was an internal error while creating the Git repository.</trans>
4475 + </entry>
4476 +
4477 + <entry>
4478 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
4479 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
4480 + </entry>
4481 +
4482 + <entry>
4483 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
4484 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
4485 + </entry>
4486 +
4487 + <entry>
4488 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
4489 + <trans>An error occurred while modifying the Git repository.</trans>
4490 + </entry>
4491 +
4492 + <entry>
4493 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
4494 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
4495 + </entry>
4496 +
4497 + <entry>
4498 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
4499 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
4500 + </entry>
4501 +
4502 + <entry>
4503 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
4504 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
4505 + </entry>
4506 +
4507 + <entry>
4508 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
4509 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
4510 + </entry>
4511 +
4512 + <entry>
4513 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
4514 + <trans>Make a selection</trans>
4515 + </entry>
4516 +
4517 + <entry>
4518 + <base>GIT_ERROR_ALREADY_EXISTS</base>
4519 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
4520 + </entry>
4521 +
4522 +</lexicon>
4523 --- smeserver-git-1.1.0/root/etc/e-smith/locale/ro/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
4524 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/ro/etc/e-smith/web/functions/git 2017-02-02 02:39:39.800965368 +0100
4525 @@ -0,0 +1,263 @@
4526 +<lexicon lang="ro" params="getExtraParams()">
4527 +
4528 + <entry>
4529 + <base>GIT_NAVIGATION_DESCRIPTION</base>
4530 + <trans>Git repositories</trans>
4531 + </entry>
4532 +
4533 + <entry>
4534 + <base>GIT_FORM_TITLE</base>
4535 + <trans>Create, modify, or remove Git repositories</trans>
4536 + </entry>
4537 +
4538 + <entry>
4539 + <base>GIT_HOME_TITLE</base>
4540 + <trans>Create, modify, or remove Git repositories.</trans>
4541 + </entry>
4542 +
4543 + <entry>
4544 + <base>GIT_HOME_DESCRIPTION</base>
4545 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
4546 + </entry>
4547 +
4548 + <entry>
4549 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
4550 + <trans>Add a Git Repository</trans>
4551 + </entry>
4552 +
4553 + <entry>
4554 + <base>GIT_CONFIGURE_BUTTON</base>
4555 + <trans>Configure Git</trans>
4556 + </entry>
4557 +
4558 + <entry>
4559 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
4560 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
4561 + </entry>
4562 +
4563 + <entry>
4564 + <base>GIT_ADD_TITLE</base>
4565 + <trans>Create or modify a Git repository</trans>
4566 + </entry>
4567 +
4568 + <entry>
4569 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
4570 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
4571 + </entry>
4572 +
4573 + <entry>
4574 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
4575 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
4576 + </entry>
4577 +
4578 + <entry>
4579 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
4580 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
4581 + </entry>
4582 +
4583 + <entry>
4584 + <base>GIT_ACCESS_FIELD_DESC</base>
4585 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
4586 + </entry>
4587 +
4588 + <entry>
4589 + <base>GIT_REMOVE_TITLE</base>
4590 + <trans>Remove Git Repository</trans>
4591 + </entry>
4592 +
4593 + <entry>
4594 + <base>GIT_REMOVE_DESCRIPTION</base>
4595 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
4596 + </entry>
4597 +
4598 + <entry>
4599 + <base>GIT_REMOVE_BUTTON</base>
4600 + <trans>Remove Git Repository</trans>
4601 + </entry>
4602 +
4603 + <entry>
4604 + <base>GIT_CONFIGURATION_TITLE</base>
4605 + <trans>Configure Git Settings</trans>
4606 + </entry>
4607 +
4608 + <entry>
4609 + <base>GIT_PATH</base>
4610 + <trans>Git Path Prefix</trans>
4611 + </entry>
4612 +
4613 + <entry>
4614 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
4615 + <trans>Configure the global configuration settings for Git on this server</trans>
4616 + </entry>
4617 +
4618 + <entry>
4619 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
4620 + <trans>Save Git Configuration</trans>
4621 + </entry>
4622 +
4623 + <entry>
4624 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
4625 + <trans>Allow repository access from</trans>
4626 + </entry>
4627 +
4628 + <entry>
4629 + <base>GIT_REPOSITORY_NAME</base>
4630 + <trans>Repository Name / Clone URL</trans>
4631 + </entry>
4632 +
4633 + <entry>
4634 + <base>GIT_ALLOW_FROM</base>
4635 + <trans>Allow from</trans>
4636 + </entry>
4637 +
4638 + <entry>
4639 + <base>GIT_PULL_ACCESS</base>
4640 + <trans>Pull Access</trans>
4641 + </entry>
4642 +
4643 + <entry>
4644 + <base>GIT_PUSH_ACCESS</base>
4645 + <trans>Push Access</trans>
4646 + </entry>
4647 +
4648 + <entry>
4649 + <base>GIT_ANONYMOUS</base>
4650 + <trans>Anonymous</trans>
4651 + </entry>
4652 +
4653 + <entry>
4654 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
4655 + <trans>Local Network Only</trans>
4656 + </entry>
4657 +
4658 + <entry>
4659 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
4660 + <trans>Internet</trans>
4661 + </entry>
4662 +
4663 + <entry>
4664 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
4665 + <trans>Configuration Error!</trans>
4666 + </entry>
4667 +
4668 + <entry>
4669 + <base>GIT_PRIVILEGES_NOTE</base>
4670 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
4671 + </entry>
4672 +
4673 + <entry>
4674 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
4675 + <trans>Groups allowed to read/pull</trans>
4676 + </entry>
4677 +
4678 + <entry>
4679 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
4680 + <trans>Groups allowed to write/push</trans>
4681 + </entry>
4682 +
4683 + <entry>
4684 + <base>GIT_PRIVILEGES_USERS_PULL</base>
4685 + <trans>Users allowed to read/pull</trans>
4686 + </entry>
4687 +
4688 + <entry>
4689 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
4690 + <trans>Users allowed to write/push</trans>
4691 + </entry>
4692 +
4693 + <entry>
4694 + <base>GIT_USER_ADMINISTRATOR</base>
4695 + <trans>Administrator</trans>
4696 + </entry>
4697 +
4698 + <entry>
4699 + <base>GIT_GROUP_ADMINISTRATORS</base>
4700 + <trans>Administrators</trans>
4701 + </entry>
4702 +
4703 + <entry>
4704 + <base>GIT_GROUP_EVERYBODY</base>
4705 + <trans>Everybody</trans>
4706 + </entry>
4707 +
4708 + <entry>
4709 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
4710 + <trans>There are currently no Git repositories configured.</trans>
4711 + </entry>
4712 +
4713 + <entry>
4714 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
4715 + <trans>Git was succesfully reconfigured.</trans>
4716 + </entry>
4717 +
4718 + <entry>
4719 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
4720 + <trans>Successfully created Git repository.</trans>
4721 + </entry>
4722 +
4723 + <entry>
4724 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
4725 + <trans>Successfully modified Git repository.</trans>
4726 + </entry>
4727 +
4728 + <entry>
4729 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
4730 + <trans>Successfully deleted the Git repository.</trans>
4731 + </entry>
4732 +
4733 + <entry>
4734 + <base>GIT_ERROR_CONFIG_CHANGE</base>
4735 + <trans>An error occurred while configuring Git.</trans>
4736 + </entry>
4737 +
4738 + <entry>
4739 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
4740 + <trans>There was an internal error while creating the Git repository.</trans>
4741 + </entry>
4742 +
4743 + <entry>
4744 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
4745 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
4746 + </entry>
4747 +
4748 + <entry>
4749 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
4750 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
4751 + </entry>
4752 +
4753 + <entry>
4754 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
4755 + <trans>An error occurred while modifying the Git repository.</trans>
4756 + </entry>
4757 +
4758 + <entry>
4759 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
4760 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
4761 + </entry>
4762 +
4763 + <entry>
4764 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
4765 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
4766 + </entry>
4767 +
4768 + <entry>
4769 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
4770 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
4771 + </entry>
4772 +
4773 + <entry>
4774 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
4775 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
4776 + </entry>
4777 +
4778 + <entry>
4779 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
4780 + <trans>Make a selection</trans>
4781 + </entry>
4782 +
4783 + <entry>
4784 + <base>GIT_ERROR_ALREADY_EXISTS</base>
4785 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
4786 + </entry>
4787 +
4788 +</lexicon>
4789 --- smeserver-git-1.1.0/root/etc/e-smith/locale/ru/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
4790 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/ru/etc/e-smith/web/functions/git 2017-02-02 02:39:39.936965382 +0100
4791 @@ -0,0 +1,263 @@
4792 +<lexicon lang="ru" params="getExtraParams()">
4793 +
4794 + <entry>
4795 + <base>GIT_NAVIGATION_DESCRIPTION</base>
4796 + <trans>Git repositories</trans>
4797 + </entry>
4798 +
4799 + <entry>
4800 + <base>GIT_FORM_TITLE</base>
4801 + <trans>Create, modify, or remove Git repositories</trans>
4802 + </entry>
4803 +
4804 + <entry>
4805 + <base>GIT_HOME_TITLE</base>
4806 + <trans>Create, modify, or remove Git repositories.</trans>
4807 + </entry>
4808 +
4809 + <entry>
4810 + <base>GIT_HOME_DESCRIPTION</base>
4811 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
4812 + </entry>
4813 +
4814 + <entry>
4815 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
4816 + <trans>Add a Git Repository</trans>
4817 + </entry>
4818 +
4819 + <entry>
4820 + <base>GIT_CONFIGURE_BUTTON</base>
4821 + <trans>Configure Git</trans>
4822 + </entry>
4823 +
4824 + <entry>
4825 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
4826 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
4827 + </entry>
4828 +
4829 + <entry>
4830 + <base>GIT_ADD_TITLE</base>
4831 + <trans>Create or modify a Git repository</trans>
4832 + </entry>
4833 +
4834 + <entry>
4835 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
4836 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
4837 + </entry>
4838 +
4839 + <entry>
4840 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
4841 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
4842 + </entry>
4843 +
4844 + <entry>
4845 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
4846 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
4847 + </entry>
4848 +
4849 + <entry>
4850 + <base>GIT_ACCESS_FIELD_DESC</base>
4851 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
4852 + </entry>
4853 +
4854 + <entry>
4855 + <base>GIT_REMOVE_TITLE</base>
4856 + <trans>Remove Git Repository</trans>
4857 + </entry>
4858 +
4859 + <entry>
4860 + <base>GIT_REMOVE_DESCRIPTION</base>
4861 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
4862 + </entry>
4863 +
4864 + <entry>
4865 + <base>GIT_REMOVE_BUTTON</base>
4866 + <trans>Remove Git Repository</trans>
4867 + </entry>
4868 +
4869 + <entry>
4870 + <base>GIT_CONFIGURATION_TITLE</base>
4871 + <trans>Configure Git Settings</trans>
4872 + </entry>
4873 +
4874 + <entry>
4875 + <base>GIT_PATH</base>
4876 + <trans>Git Path Prefix</trans>
4877 + </entry>
4878 +
4879 + <entry>
4880 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
4881 + <trans>Configure the global configuration settings for Git on this server</trans>
4882 + </entry>
4883 +
4884 + <entry>
4885 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
4886 + <trans>Save Git Configuration</trans>
4887 + </entry>
4888 +
4889 + <entry>
4890 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
4891 + <trans>Allow repository access from</trans>
4892 + </entry>
4893 +
4894 + <entry>
4895 + <base>GIT_REPOSITORY_NAME</base>
4896 + <trans>Repository Name / Clone URL</trans>
4897 + </entry>
4898 +
4899 + <entry>
4900 + <base>GIT_ALLOW_FROM</base>
4901 + <trans>Allow from</trans>
4902 + </entry>
4903 +
4904 + <entry>
4905 + <base>GIT_PULL_ACCESS</base>
4906 + <trans>Pull Access</trans>
4907 + </entry>
4908 +
4909 + <entry>
4910 + <base>GIT_PUSH_ACCESS</base>
4911 + <trans>Push Access</trans>
4912 + </entry>
4913 +
4914 + <entry>
4915 + <base>GIT_ANONYMOUS</base>
4916 + <trans>Anonymous</trans>
4917 + </entry>
4918 +
4919 + <entry>
4920 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
4921 + <trans>Local Network Only</trans>
4922 + </entry>
4923 +
4924 + <entry>
4925 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
4926 + <trans>Internet</trans>
4927 + </entry>
4928 +
4929 + <entry>
4930 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
4931 + <trans>Configuration Error!</trans>
4932 + </entry>
4933 +
4934 + <entry>
4935 + <base>GIT_PRIVILEGES_NOTE</base>
4936 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
4937 + </entry>
4938 +
4939 + <entry>
4940 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
4941 + <trans>Groups allowed to read/pull</trans>
4942 + </entry>
4943 +
4944 + <entry>
4945 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
4946 + <trans>Groups allowed to write/push</trans>
4947 + </entry>
4948 +
4949 + <entry>
4950 + <base>GIT_PRIVILEGES_USERS_PULL</base>
4951 + <trans>Users allowed to read/pull</trans>
4952 + </entry>
4953 +
4954 + <entry>
4955 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
4956 + <trans>Users allowed to write/push</trans>
4957 + </entry>
4958 +
4959 + <entry>
4960 + <base>GIT_USER_ADMINISTRATOR</base>
4961 + <trans>Administrator</trans>
4962 + </entry>
4963 +
4964 + <entry>
4965 + <base>GIT_GROUP_ADMINISTRATORS</base>
4966 + <trans>Administrators</trans>
4967 + </entry>
4968 +
4969 + <entry>
4970 + <base>GIT_GROUP_EVERYBODY</base>
4971 + <trans>Everybody</trans>
4972 + </entry>
4973 +
4974 + <entry>
4975 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
4976 + <trans>There are currently no Git repositories configured.</trans>
4977 + </entry>
4978 +
4979 + <entry>
4980 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
4981 + <trans>Git was succesfully reconfigured.</trans>
4982 + </entry>
4983 +
4984 + <entry>
4985 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
4986 + <trans>Successfully created Git repository.</trans>
4987 + </entry>
4988 +
4989 + <entry>
4990 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
4991 + <trans>Successfully modified Git repository.</trans>
4992 + </entry>
4993 +
4994 + <entry>
4995 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
4996 + <trans>Successfully deleted the Git repository.</trans>
4997 + </entry>
4998 +
4999 + <entry>
5000 + <base>GIT_ERROR_CONFIG_CHANGE</base>
5001 + <trans>An error occurred while configuring Git.</trans>
5002 + </entry>
5003 +
5004 + <entry>
5005 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
5006 + <trans>There was an internal error while creating the Git repository.</trans>
5007 + </entry>
5008 +
5009 + <entry>
5010 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
5011 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
5012 + </entry>
5013 +
5014 + <entry>
5015 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
5016 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
5017 + </entry>
5018 +
5019 + <entry>
5020 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
5021 + <trans>An error occurred while modifying the Git repository.</trans>
5022 + </entry>
5023 +
5024 + <entry>
5025 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
5026 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
5027 + </entry>
5028 +
5029 + <entry>
5030 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
5031 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
5032 + </entry>
5033 +
5034 + <entry>
5035 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
5036 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
5037 + </entry>
5038 +
5039 + <entry>
5040 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
5041 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
5042 + </entry>
5043 +
5044 + <entry>
5045 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
5046 + <trans>Make a selection</trans>
5047 + </entry>
5048 +
5049 + <entry>
5050 + <base>GIT_ERROR_ALREADY_EXISTS</base>
5051 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
5052 + </entry>
5053 +
5054 +</lexicon>
5055 --- smeserver-git-1.1.0/root/etc/e-smith/locale/sl/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
5056 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/sl/etc/e-smith/web/functions/git 2017-02-02 02:39:40.064965394 +0100
5057 @@ -0,0 +1,263 @@
5058 +<lexicon lang="sl" params="getExtraParams()">
5059 +
5060 + <entry>
5061 + <base>GIT_NAVIGATION_DESCRIPTION</base>
5062 + <trans>Git repositories</trans>
5063 + </entry>
5064 +
5065 + <entry>
5066 + <base>GIT_FORM_TITLE</base>
5067 + <trans>Create, modify, or remove Git repositories</trans>
5068 + </entry>
5069 +
5070 + <entry>
5071 + <base>GIT_HOME_TITLE</base>
5072 + <trans>Create, modify, or remove Git repositories.</trans>
5073 + </entry>
5074 +
5075 + <entry>
5076 + <base>GIT_HOME_DESCRIPTION</base>
5077 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
5078 + </entry>
5079 +
5080 + <entry>
5081 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
5082 + <trans>Add a Git Repository</trans>
5083 + </entry>
5084 +
5085 + <entry>
5086 + <base>GIT_CONFIGURE_BUTTON</base>
5087 + <trans>Configure Git</trans>
5088 + </entry>
5089 +
5090 + <entry>
5091 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
5092 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
5093 + </entry>
5094 +
5095 + <entry>
5096 + <base>GIT_ADD_TITLE</base>
5097 + <trans>Create or modify a Git repository</trans>
5098 + </entry>
5099 +
5100 + <entry>
5101 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
5102 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
5103 + </entry>
5104 +
5105 + <entry>
5106 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
5107 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
5108 + </entry>
5109 +
5110 + <entry>
5111 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
5112 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
5113 + </entry>
5114 +
5115 + <entry>
5116 + <base>GIT_ACCESS_FIELD_DESC</base>
5117 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
5118 + </entry>
5119 +
5120 + <entry>
5121 + <base>GIT_REMOVE_TITLE</base>
5122 + <trans>Remove Git Repository</trans>
5123 + </entry>
5124 +
5125 + <entry>
5126 + <base>GIT_REMOVE_DESCRIPTION</base>
5127 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
5128 + </entry>
5129 +
5130 + <entry>
5131 + <base>GIT_REMOVE_BUTTON</base>
5132 + <trans>Remove Git Repository</trans>
5133 + </entry>
5134 +
5135 + <entry>
5136 + <base>GIT_CONFIGURATION_TITLE</base>
5137 + <trans>Configure Git Settings</trans>
5138 + </entry>
5139 +
5140 + <entry>
5141 + <base>GIT_PATH</base>
5142 + <trans>Git Path Prefix</trans>
5143 + </entry>
5144 +
5145 + <entry>
5146 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
5147 + <trans>Configure the global configuration settings for Git on this server</trans>
5148 + </entry>
5149 +
5150 + <entry>
5151 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
5152 + <trans>Save Git Configuration</trans>
5153 + </entry>
5154 +
5155 + <entry>
5156 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
5157 + <trans>Allow repository access from</trans>
5158 + </entry>
5159 +
5160 + <entry>
5161 + <base>GIT_REPOSITORY_NAME</base>
5162 + <trans>Repository Name / Clone URL</trans>
5163 + </entry>
5164 +
5165 + <entry>
5166 + <base>GIT_ALLOW_FROM</base>
5167 + <trans>Allow from</trans>
5168 + </entry>
5169 +
5170 + <entry>
5171 + <base>GIT_PULL_ACCESS</base>
5172 + <trans>Pull Access</trans>
5173 + </entry>
5174 +
5175 + <entry>
5176 + <base>GIT_PUSH_ACCESS</base>
5177 + <trans>Push Access</trans>
5178 + </entry>
5179 +
5180 + <entry>
5181 + <base>GIT_ANONYMOUS</base>
5182 + <trans>Anonymous</trans>
5183 + </entry>
5184 +
5185 + <entry>
5186 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
5187 + <trans>Local Network Only</trans>
5188 + </entry>
5189 +
5190 + <entry>
5191 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
5192 + <trans>Internet</trans>
5193 + </entry>
5194 +
5195 + <entry>
5196 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
5197 + <trans>Configuration Error!</trans>
5198 + </entry>
5199 +
5200 + <entry>
5201 + <base>GIT_PRIVILEGES_NOTE</base>
5202 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
5203 + </entry>
5204 +
5205 + <entry>
5206 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
5207 + <trans>Groups allowed to read/pull</trans>
5208 + </entry>
5209 +
5210 + <entry>
5211 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
5212 + <trans>Groups allowed to write/push</trans>
5213 + </entry>
5214 +
5215 + <entry>
5216 + <base>GIT_PRIVILEGES_USERS_PULL</base>
5217 + <trans>Users allowed to read/pull</trans>
5218 + </entry>
5219 +
5220 + <entry>
5221 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
5222 + <trans>Users allowed to write/push</trans>
5223 + </entry>
5224 +
5225 + <entry>
5226 + <base>GIT_USER_ADMINISTRATOR</base>
5227 + <trans>Administrator</trans>
5228 + </entry>
5229 +
5230 + <entry>
5231 + <base>GIT_GROUP_ADMINISTRATORS</base>
5232 + <trans>Administrators</trans>
5233 + </entry>
5234 +
5235 + <entry>
5236 + <base>GIT_GROUP_EVERYBODY</base>
5237 + <trans>Everybody</trans>
5238 + </entry>
5239 +
5240 + <entry>
5241 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
5242 + <trans>There are currently no Git repositories configured.</trans>
5243 + </entry>
5244 +
5245 + <entry>
5246 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
5247 + <trans>Git was succesfully reconfigured.</trans>
5248 + </entry>
5249 +
5250 + <entry>
5251 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
5252 + <trans>Successfully created Git repository.</trans>
5253 + </entry>
5254 +
5255 + <entry>
5256 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
5257 + <trans>Successfully modified Git repository.</trans>
5258 + </entry>
5259 +
5260 + <entry>
5261 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
5262 + <trans>Successfully deleted the Git repository.</trans>
5263 + </entry>
5264 +
5265 + <entry>
5266 + <base>GIT_ERROR_CONFIG_CHANGE</base>
5267 + <trans>An error occurred while configuring Git.</trans>
5268 + </entry>
5269 +
5270 + <entry>
5271 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
5272 + <trans>There was an internal error while creating the Git repository.</trans>
5273 + </entry>
5274 +
5275 + <entry>
5276 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
5277 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
5278 + </entry>
5279 +
5280 + <entry>
5281 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
5282 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
5283 + </entry>
5284 +
5285 + <entry>
5286 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
5287 + <trans>An error occurred while modifying the Git repository.</trans>
5288 + </entry>
5289 +
5290 + <entry>
5291 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
5292 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
5293 + </entry>
5294 +
5295 + <entry>
5296 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
5297 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
5298 + </entry>
5299 +
5300 + <entry>
5301 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
5302 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
5303 + </entry>
5304 +
5305 + <entry>
5306 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
5307 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
5308 + </entry>
5309 +
5310 + <entry>
5311 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
5312 + <trans>Make a selection</trans>
5313 + </entry>
5314 +
5315 + <entry>
5316 + <base>GIT_ERROR_ALREADY_EXISTS</base>
5317 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
5318 + </entry>
5319 +
5320 +</lexicon>
5321 --- smeserver-git-1.1.0/root/etc/e-smith/locale/sv/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
5322 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/sv/etc/e-smith/web/functions/git 2017-02-02 02:39:40.196965407 +0100
5323 @@ -0,0 +1,263 @@
5324 +<lexicon lang="sv" params="getExtraParams()">
5325 +
5326 + <entry>
5327 + <base>GIT_NAVIGATION_DESCRIPTION</base>
5328 + <trans>Git repositories</trans>
5329 + </entry>
5330 +
5331 + <entry>
5332 + <base>GIT_FORM_TITLE</base>
5333 + <trans>Create, modify, or remove Git repositories</trans>
5334 + </entry>
5335 +
5336 + <entry>
5337 + <base>GIT_HOME_TITLE</base>
5338 + <trans>Create, modify, or remove Git repositories.</trans>
5339 + </entry>
5340 +
5341 + <entry>
5342 + <base>GIT_HOME_DESCRIPTION</base>
5343 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
5344 + </entry>
5345 +
5346 + <entry>
5347 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
5348 + <trans>Add a Git Repository</trans>
5349 + </entry>
5350 +
5351 + <entry>
5352 + <base>GIT_CONFIGURE_BUTTON</base>
5353 + <trans>Configure Git</trans>
5354 + </entry>
5355 +
5356 + <entry>
5357 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
5358 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
5359 + </entry>
5360 +
5361 + <entry>
5362 + <base>GIT_ADD_TITLE</base>
5363 + <trans>Create or modify a Git repository</trans>
5364 + </entry>
5365 +
5366 + <entry>
5367 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
5368 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
5369 + </entry>
5370 +
5371 + <entry>
5372 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
5373 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
5374 + </entry>
5375 +
5376 + <entry>
5377 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
5378 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
5379 + </entry>
5380 +
5381 + <entry>
5382 + <base>GIT_ACCESS_FIELD_DESC</base>
5383 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
5384 + </entry>
5385 +
5386 + <entry>
5387 + <base>GIT_REMOVE_TITLE</base>
5388 + <trans>Remove Git Repository</trans>
5389 + </entry>
5390 +
5391 + <entry>
5392 + <base>GIT_REMOVE_DESCRIPTION</base>
5393 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
5394 + </entry>
5395 +
5396 + <entry>
5397 + <base>GIT_REMOVE_BUTTON</base>
5398 + <trans>Remove Git Repository</trans>
5399 + </entry>
5400 +
5401 + <entry>
5402 + <base>GIT_CONFIGURATION_TITLE</base>
5403 + <trans>Configure Git Settings</trans>
5404 + </entry>
5405 +
5406 + <entry>
5407 + <base>GIT_PATH</base>
5408 + <trans>Git Path Prefix</trans>
5409 + </entry>
5410 +
5411 + <entry>
5412 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
5413 + <trans>Configure the global configuration settings for Git on this server</trans>
5414 + </entry>
5415 +
5416 + <entry>
5417 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
5418 + <trans>Save Git Configuration</trans>
5419 + </entry>
5420 +
5421 + <entry>
5422 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
5423 + <trans>Allow repository access from</trans>
5424 + </entry>
5425 +
5426 + <entry>
5427 + <base>GIT_REPOSITORY_NAME</base>
5428 + <trans>Repository Name / Clone URL</trans>
5429 + </entry>
5430 +
5431 + <entry>
5432 + <base>GIT_ALLOW_FROM</base>
5433 + <trans>Allow from</trans>
5434 + </entry>
5435 +
5436 + <entry>
5437 + <base>GIT_PULL_ACCESS</base>
5438 + <trans>Pull Access</trans>
5439 + </entry>
5440 +
5441 + <entry>
5442 + <base>GIT_PUSH_ACCESS</base>
5443 + <trans>Push Access</trans>
5444 + </entry>
5445 +
5446 + <entry>
5447 + <base>GIT_ANONYMOUS</base>
5448 + <trans>Anonym</trans>
5449 + </entry>
5450 +
5451 + <entry>
5452 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
5453 + <trans>Local Network Only</trans>
5454 + </entry>
5455 +
5456 + <entry>
5457 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
5458 + <trans>Internet</trans>
5459 + </entry>
5460 +
5461 + <entry>
5462 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
5463 + <trans>Configuration Error!</trans>
5464 + </entry>
5465 +
5466 + <entry>
5467 + <base>GIT_PRIVILEGES_NOTE</base>
5468 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
5469 + </entry>
5470 +
5471 + <entry>
5472 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
5473 + <trans>Groups allowed to read/pull</trans>
5474 + </entry>
5475 +
5476 + <entry>
5477 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
5478 + <trans>Groups allowed to write/push</trans>
5479 + </entry>
5480 +
5481 + <entry>
5482 + <base>GIT_PRIVILEGES_USERS_PULL</base>
5483 + <trans>Users allowed to read/pull</trans>
5484 + </entry>
5485 +
5486 + <entry>
5487 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
5488 + <trans>Users allowed to write/push</trans>
5489 + </entry>
5490 +
5491 + <entry>
5492 + <base>GIT_USER_ADMINISTRATOR</base>
5493 + <trans>Administrator</trans>
5494 + </entry>
5495 +
5496 + <entry>
5497 + <base>GIT_GROUP_ADMINISTRATORS</base>
5498 + <trans>Administrators</trans>
5499 + </entry>
5500 +
5501 + <entry>
5502 + <base>GIT_GROUP_EVERYBODY</base>
5503 + <trans>Everybody</trans>
5504 + </entry>
5505 +
5506 + <entry>
5507 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
5508 + <trans>There are currently no Git repositories configured.</trans>
5509 + </entry>
5510 +
5511 + <entry>
5512 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
5513 + <trans>Git was succesfully reconfigured.</trans>
5514 + </entry>
5515 +
5516 + <entry>
5517 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
5518 + <trans>Successfully created Git repository.</trans>
5519 + </entry>
5520 +
5521 + <entry>
5522 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
5523 + <trans>Successfully modified Git repository.</trans>
5524 + </entry>
5525 +
5526 + <entry>
5527 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
5528 + <trans>Successfully deleted the Git repository.</trans>
5529 + </entry>
5530 +
5531 + <entry>
5532 + <base>GIT_ERROR_CONFIG_CHANGE</base>
5533 + <trans>An error occurred while configuring Git.</trans>
5534 + </entry>
5535 +
5536 + <entry>
5537 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
5538 + <trans>There was an internal error while creating the Git repository.</trans>
5539 + </entry>
5540 +
5541 + <entry>
5542 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
5543 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
5544 + </entry>
5545 +
5546 + <entry>
5547 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
5548 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
5549 + </entry>
5550 +
5551 + <entry>
5552 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
5553 + <trans>An error occurred while modifying the Git repository.</trans>
5554 + </entry>
5555 +
5556 + <entry>
5557 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
5558 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
5559 + </entry>
5560 +
5561 + <entry>
5562 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
5563 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
5564 + </entry>
5565 +
5566 + <entry>
5567 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
5568 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
5569 + </entry>
5570 +
5571 + <entry>
5572 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
5573 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
5574 + </entry>
5575 +
5576 + <entry>
5577 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
5578 + <trans>Make a selection</trans>
5579 + </entry>
5580 +
5581 + <entry>
5582 + <base>GIT_ERROR_ALREADY_EXISTS</base>
5583 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
5584 + </entry>
5585 +
5586 +</lexicon>
5587 --- smeserver-git-1.1.0/root/etc/e-smith/locale/th/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
5588 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/th/etc/e-smith/web/functions/git 2017-02-02 02:39:40.327965420 +0100
5589 @@ -0,0 +1,263 @@
5590 +<lexicon lang="th" params="getExtraParams()">
5591 +
5592 + <entry>
5593 + <base>GIT_NAVIGATION_DESCRIPTION</base>
5594 + <trans>Git repositories</trans>
5595 + </entry>
5596 +
5597 + <entry>
5598 + <base>GIT_FORM_TITLE</base>
5599 + <trans>Create, modify, or remove Git repositories</trans>
5600 + </entry>
5601 +
5602 + <entry>
5603 + <base>GIT_HOME_TITLE</base>
5604 + <trans>Create, modify, or remove Git repositories.</trans>
5605 + </entry>
5606 +
5607 + <entry>
5608 + <base>GIT_HOME_DESCRIPTION</base>
5609 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
5610 + </entry>
5611 +
5612 + <entry>
5613 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
5614 + <trans>Add a Git Repository</trans>
5615 + </entry>
5616 +
5617 + <entry>
5618 + <base>GIT_CONFIGURE_BUTTON</base>
5619 + <trans>Configure Git</trans>
5620 + </entry>
5621 +
5622 + <entry>
5623 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
5624 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
5625 + </entry>
5626 +
5627 + <entry>
5628 + <base>GIT_ADD_TITLE</base>
5629 + <trans>Create or modify a Git repository</trans>
5630 + </entry>
5631 +
5632 + <entry>
5633 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
5634 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
5635 + </entry>
5636 +
5637 + <entry>
5638 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
5639 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
5640 + </entry>
5641 +
5642 + <entry>
5643 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
5644 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
5645 + </entry>
5646 +
5647 + <entry>
5648 + <base>GIT_ACCESS_FIELD_DESC</base>
5649 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
5650 + </entry>
5651 +
5652 + <entry>
5653 + <base>GIT_REMOVE_TITLE</base>
5654 + <trans>Remove Git Repository</trans>
5655 + </entry>
5656 +
5657 + <entry>
5658 + <base>GIT_REMOVE_DESCRIPTION</base>
5659 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
5660 + </entry>
5661 +
5662 + <entry>
5663 + <base>GIT_REMOVE_BUTTON</base>
5664 + <trans>Remove Git Repository</trans>
5665 + </entry>
5666 +
5667 + <entry>
5668 + <base>GIT_CONFIGURATION_TITLE</base>
5669 + <trans>Configure Git Settings</trans>
5670 + </entry>
5671 +
5672 + <entry>
5673 + <base>GIT_PATH</base>
5674 + <trans>Git Path Prefix</trans>
5675 + </entry>
5676 +
5677 + <entry>
5678 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
5679 + <trans>Configure the global configuration settings for Git on this server</trans>
5680 + </entry>
5681 +
5682 + <entry>
5683 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
5684 + <trans>Save Git Configuration</trans>
5685 + </entry>
5686 +
5687 + <entry>
5688 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
5689 + <trans>Allow repository access from</trans>
5690 + </entry>
5691 +
5692 + <entry>
5693 + <base>GIT_REPOSITORY_NAME</base>
5694 + <trans>Repository Name / Clone URL</trans>
5695 + </entry>
5696 +
5697 + <entry>
5698 + <base>GIT_ALLOW_FROM</base>
5699 + <trans>Allow from</trans>
5700 + </entry>
5701 +
5702 + <entry>
5703 + <base>GIT_PULL_ACCESS</base>
5704 + <trans>Pull Access</trans>
5705 + </entry>
5706 +
5707 + <entry>
5708 + <base>GIT_PUSH_ACCESS</base>
5709 + <trans>Push Access</trans>
5710 + </entry>
5711 +
5712 + <entry>
5713 + <base>GIT_ANONYMOUS</base>
5714 + <trans>นิรนาม, ผู้ไม่ประสงค์ออกนาม, ไม่ระบุชื่อ</trans>
5715 + </entry>
5716 +
5717 + <entry>
5718 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
5719 + <trans>Local Network Only</trans>
5720 + </entry>
5721 +
5722 + <entry>
5723 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
5724 + <trans>อินเทอร์เน็ต</trans>
5725 + </entry>
5726 +
5727 + <entry>
5728 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
5729 + <trans>Configuration Error!</trans>
5730 + </entry>
5731 +
5732 + <entry>
5733 + <base>GIT_PRIVILEGES_NOTE</base>
5734 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
5735 + </entry>
5736 +
5737 + <entry>
5738 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
5739 + <trans>Groups allowed to read/pull</trans>
5740 + </entry>
5741 +
5742 + <entry>
5743 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
5744 + <trans>Groups allowed to write/push</trans>
5745 + </entry>
5746 +
5747 + <entry>
5748 + <base>GIT_PRIVILEGES_USERS_PULL</base>
5749 + <trans>Users allowed to read/pull</trans>
5750 + </entry>
5751 +
5752 + <entry>
5753 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
5754 + <trans>Users allowed to write/push</trans>
5755 + </entry>
5756 +
5757 + <entry>
5758 + <base>GIT_USER_ADMINISTRATOR</base>
5759 + <trans>Administrator</trans>
5760 + </entry>
5761 +
5762 + <entry>
5763 + <base>GIT_GROUP_ADMINISTRATORS</base>
5764 + <trans>Administrators</trans>
5765 + </entry>
5766 +
5767 + <entry>
5768 + <base>GIT_GROUP_EVERYBODY</base>
5769 + <trans>Everybody</trans>
5770 + </entry>
5771 +
5772 + <entry>
5773 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
5774 + <trans>There are currently no Git repositories configured.</trans>
5775 + </entry>
5776 +
5777 + <entry>
5778 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
5779 + <trans>Git was succesfully reconfigured.</trans>
5780 + </entry>
5781 +
5782 + <entry>
5783 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
5784 + <trans>Successfully created Git repository.</trans>
5785 + </entry>
5786 +
5787 + <entry>
5788 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
5789 + <trans>Successfully modified Git repository.</trans>
5790 + </entry>
5791 +
5792 + <entry>
5793 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
5794 + <trans>Successfully deleted the Git repository.</trans>
5795 + </entry>
5796 +
5797 + <entry>
5798 + <base>GIT_ERROR_CONFIG_CHANGE</base>
5799 + <trans>An error occurred while configuring Git.</trans>
5800 + </entry>
5801 +
5802 + <entry>
5803 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
5804 + <trans>There was an internal error while creating the Git repository.</trans>
5805 + </entry>
5806 +
5807 + <entry>
5808 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
5809 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
5810 + </entry>
5811 +
5812 + <entry>
5813 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
5814 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
5815 + </entry>
5816 +
5817 + <entry>
5818 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
5819 + <trans>An error occurred while modifying the Git repository.</trans>
5820 + </entry>
5821 +
5822 + <entry>
5823 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
5824 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
5825 + </entry>
5826 +
5827 + <entry>
5828 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
5829 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
5830 + </entry>
5831 +
5832 + <entry>
5833 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
5834 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
5835 + </entry>
5836 +
5837 + <entry>
5838 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
5839 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
5840 + </entry>
5841 +
5842 + <entry>
5843 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
5844 + <trans>Make a selection</trans>
5845 + </entry>
5846 +
5847 + <entry>
5848 + <base>GIT_ERROR_ALREADY_EXISTS</base>
5849 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
5850 + </entry>
5851 +
5852 +</lexicon>
5853 --- smeserver-git-1.1.0/root/etc/e-smith/locale/tr/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
5854 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/tr/etc/e-smith/web/functions/git 2017-02-02 02:39:40.473965435 +0100
5855 @@ -0,0 +1,263 @@
5856 +<lexicon lang="tr" params="getExtraParams()">
5857 +
5858 + <entry>
5859 + <base>GIT_NAVIGATION_DESCRIPTION</base>
5860 + <trans>Git repositories</trans>
5861 + </entry>
5862 +
5863 + <entry>
5864 + <base>GIT_FORM_TITLE</base>
5865 + <trans>Create, modify, or remove Git repositories</trans>
5866 + </entry>
5867 +
5868 + <entry>
5869 + <base>GIT_HOME_TITLE</base>
5870 + <trans>Create, modify, or remove Git repositories.</trans>
5871 + </entry>
5872 +
5873 + <entry>
5874 + <base>GIT_HOME_DESCRIPTION</base>
5875 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
5876 + </entry>
5877 +
5878 + <entry>
5879 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
5880 + <trans>Add a Git Repository</trans>
5881 + </entry>
5882 +
5883 + <entry>
5884 + <base>GIT_CONFIGURE_BUTTON</base>
5885 + <trans>Configure Git</trans>
5886 + </entry>
5887 +
5888 + <entry>
5889 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
5890 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
5891 + </entry>
5892 +
5893 + <entry>
5894 + <base>GIT_ADD_TITLE</base>
5895 + <trans>Create or modify a Git repository</trans>
5896 + </entry>
5897 +
5898 + <entry>
5899 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
5900 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
5901 + </entry>
5902 +
5903 + <entry>
5904 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
5905 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
5906 + </entry>
5907 +
5908 + <entry>
5909 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
5910 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
5911 + </entry>
5912 +
5913 + <entry>
5914 + <base>GIT_ACCESS_FIELD_DESC</base>
5915 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
5916 + </entry>
5917 +
5918 + <entry>
5919 + <base>GIT_REMOVE_TITLE</base>
5920 + <trans>Remove Git Repository</trans>
5921 + </entry>
5922 +
5923 + <entry>
5924 + <base>GIT_REMOVE_DESCRIPTION</base>
5925 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
5926 + </entry>
5927 +
5928 + <entry>
5929 + <base>GIT_REMOVE_BUTTON</base>
5930 + <trans>Remove Git Repository</trans>
5931 + </entry>
5932 +
5933 + <entry>
5934 + <base>GIT_CONFIGURATION_TITLE</base>
5935 + <trans>Configure Git Settings</trans>
5936 + </entry>
5937 +
5938 + <entry>
5939 + <base>GIT_PATH</base>
5940 + <trans>Git Path Prefix</trans>
5941 + </entry>
5942 +
5943 + <entry>
5944 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
5945 + <trans>Configure the global configuration settings for Git on this server</trans>
5946 + </entry>
5947 +
5948 + <entry>
5949 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
5950 + <trans>Save Git Configuration</trans>
5951 + </entry>
5952 +
5953 + <entry>
5954 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
5955 + <trans>Allow repository access from</trans>
5956 + </entry>
5957 +
5958 + <entry>
5959 + <base>GIT_REPOSITORY_NAME</base>
5960 + <trans>Repository Name / Clone URL</trans>
5961 + </entry>
5962 +
5963 + <entry>
5964 + <base>GIT_ALLOW_FROM</base>
5965 + <trans>Allow from</trans>
5966 + </entry>
5967 +
5968 + <entry>
5969 + <base>GIT_PULL_ACCESS</base>
5970 + <trans>Pull Access</trans>
5971 + </entry>
5972 +
5973 + <entry>
5974 + <base>GIT_PUSH_ACCESS</base>
5975 + <trans>Push Access</trans>
5976 + </entry>
5977 +
5978 + <entry>
5979 + <base>GIT_ANONYMOUS</base>
5980 + <trans>Anonymous</trans>
5981 + </entry>
5982 +
5983 + <entry>
5984 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
5985 + <trans>Local Network Only</trans>
5986 + </entry>
5987 +
5988 + <entry>
5989 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
5990 + <trans>Internet</trans>
5991 + </entry>
5992 +
5993 + <entry>
5994 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
5995 + <trans>Configuration Error!</trans>
5996 + </entry>
5997 +
5998 + <entry>
5999 + <base>GIT_PRIVILEGES_NOTE</base>
6000 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
6001 + </entry>
6002 +
6003 + <entry>
6004 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
6005 + <trans>Groups allowed to read/pull</trans>
6006 + </entry>
6007 +
6008 + <entry>
6009 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
6010 + <trans>Groups allowed to write/push</trans>
6011 + </entry>
6012 +
6013 + <entry>
6014 + <base>GIT_PRIVILEGES_USERS_PULL</base>
6015 + <trans>Users allowed to read/pull</trans>
6016 + </entry>
6017 +
6018 + <entry>
6019 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
6020 + <trans>Users allowed to write/push</trans>
6021 + </entry>
6022 +
6023 + <entry>
6024 + <base>GIT_USER_ADMINISTRATOR</base>
6025 + <trans>Administrator</trans>
6026 + </entry>
6027 +
6028 + <entry>
6029 + <base>GIT_GROUP_ADMINISTRATORS</base>
6030 + <trans>Administrators</trans>
6031 + </entry>
6032 +
6033 + <entry>
6034 + <base>GIT_GROUP_EVERYBODY</base>
6035 + <trans>Everybody</trans>
6036 + </entry>
6037 +
6038 + <entry>
6039 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
6040 + <trans>There are currently no Git repositories configured.</trans>
6041 + </entry>
6042 +
6043 + <entry>
6044 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
6045 + <trans>Git was succesfully reconfigured.</trans>
6046 + </entry>
6047 +
6048 + <entry>
6049 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
6050 + <trans>Successfully created Git repository.</trans>
6051 + </entry>
6052 +
6053 + <entry>
6054 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
6055 + <trans>Successfully modified Git repository.</trans>
6056 + </entry>
6057 +
6058 + <entry>
6059 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
6060 + <trans>Successfully deleted the Git repository.</trans>
6061 + </entry>
6062 +
6063 + <entry>
6064 + <base>GIT_ERROR_CONFIG_CHANGE</base>
6065 + <trans>An error occurred while configuring Git.</trans>
6066 + </entry>
6067 +
6068 + <entry>
6069 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
6070 + <trans>There was an internal error while creating the Git repository.</trans>
6071 + </entry>
6072 +
6073 + <entry>
6074 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
6075 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
6076 + </entry>
6077 +
6078 + <entry>
6079 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
6080 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
6081 + </entry>
6082 +
6083 + <entry>
6084 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
6085 + <trans>An error occurred while modifying the Git repository.</trans>
6086 + </entry>
6087 +
6088 + <entry>
6089 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
6090 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
6091 + </entry>
6092 +
6093 + <entry>
6094 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
6095 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
6096 + </entry>
6097 +
6098 + <entry>
6099 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
6100 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
6101 + </entry>
6102 +
6103 + <entry>
6104 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
6105 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
6106 + </entry>
6107 +
6108 + <entry>
6109 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
6110 + <trans>Make a selection</trans>
6111 + </entry>
6112 +
6113 + <entry>
6114 + <base>GIT_ERROR_ALREADY_EXISTS</base>
6115 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
6116 + </entry>
6117 +
6118 +</lexicon>
6119 --- smeserver-git-1.1.0/root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
6120 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/zh-cn/etc/e-smith/web/functions/git 2017-02-02 02:39:40.612965448 +0100
6121 @@ -0,0 +1,263 @@
6122 +<lexicon lang="zh-cn" params="getExtraParams()">
6123 +
6124 + <entry>
6125 + <base>GIT_NAVIGATION_DESCRIPTION</base>
6126 + <trans>Git 源</trans>
6127 + </entry>
6128 +
6129 + <entry>
6130 + <base>GIT_FORM_TITLE</base>
6131 + <trans>创建,修改, 或者删除 Git 源</trans>
6132 + </entry>
6133 +
6134 + <entry>
6135 + <base>GIT_HOME_TITLE</base>
6136 + <trans>Create, modify, or remove Git repositories.</trans>
6137 + </entry>
6138 +
6139 + <entry>
6140 + <base>GIT_HOME_DESCRIPTION</base>
6141 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
6142 + </entry>
6143 +
6144 + <entry>
6145 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
6146 + <trans>Add a Git Repository</trans>
6147 + </entry>
6148 +
6149 + <entry>
6150 + <base>GIT_CONFIGURE_BUTTON</base>
6151 + <trans>Configure Git</trans>
6152 + </entry>
6153 +
6154 + <entry>
6155 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
6156 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
6157 + </entry>
6158 +
6159 + <entry>
6160 + <base>GIT_ADD_TITLE</base>
6161 + <trans>Create or modify a Git repository</trans>
6162 + </entry>
6163 +
6164 + <entry>
6165 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
6166 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
6167 + </entry>
6168 +
6169 + <entry>
6170 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
6171 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
6172 + </entry>
6173 +
6174 + <entry>
6175 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
6176 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
6177 + </entry>
6178 +
6179 + <entry>
6180 + <base>GIT_ACCESS_FIELD_DESC</base>
6181 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
6182 + </entry>
6183 +
6184 + <entry>
6185 + <base>GIT_REMOVE_TITLE</base>
6186 + <trans>删除 Git 源</trans>
6187 + </entry>
6188 +
6189 + <entry>
6190 + <base>GIT_REMOVE_DESCRIPTION</base>
6191 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
6192 + </entry>
6193 +
6194 + <entry>
6195 + <base>GIT_REMOVE_BUTTON</base>
6196 + <trans>删除 Git 源</trans>
6197 + </entry>
6198 +
6199 + <entry>
6200 + <base>GIT_CONFIGURATION_TITLE</base>
6201 + <trans>配置Git</trans>
6202 + </entry>
6203 +
6204 + <entry>
6205 + <base>GIT_PATH</base>
6206 + <trans>Git Path Prefix</trans>
6207 + </entry>
6208 +
6209 + <entry>
6210 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
6211 + <trans>Configure the global configuration settings for Git on this server</trans>
6212 + </entry>
6213 +
6214 + <entry>
6215 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
6216 + <trans>Save Git Configuration</trans>
6217 + </entry>
6218 +
6219 + <entry>
6220 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
6221 + <trans>Allow repository access from</trans>
6222 + </entry>
6223 +
6224 + <entry>
6225 + <base>GIT_REPOSITORY_NAME</base>
6226 + <trans>Repository Name / Clone URL</trans>
6227 + </entry>
6228 +
6229 + <entry>
6230 + <base>GIT_ALLOW_FROM</base>
6231 + <trans>Allow from</trans>
6232 + </entry>
6233 +
6234 + <entry>
6235 + <base>GIT_PULL_ACCESS</base>
6236 + <trans>Pull Access</trans>
6237 + </entry>
6238 +
6239 + <entry>
6240 + <base>GIT_PUSH_ACCESS</base>
6241 + <trans>Push Access</trans>
6242 + </entry>
6243 +
6244 + <entry>
6245 + <base>GIT_ANONYMOUS</base>
6246 + <trans>匿名</trans>
6247 + </entry>
6248 +
6249 + <entry>
6250 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
6251 + <trans>仅本地网络</trans>
6252 + </entry>
6253 +
6254 + <entry>
6255 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
6256 + <trans>互联网</trans>
6257 + </entry>
6258 +
6259 + <entry>
6260 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
6261 + <trans>Configuration Error!</trans>
6262 + </entry>
6263 +
6264 + <entry>
6265 + <base>GIT_PRIVILEGES_NOTE</base>
6266 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
6267 + </entry>
6268 +
6269 + <entry>
6270 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
6271 + <trans>Groups allowed to read/pull</trans>
6272 + </entry>
6273 +
6274 + <entry>
6275 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
6276 + <trans>Groups allowed to write/push</trans>
6277 + </entry>
6278 +
6279 + <entry>
6280 + <base>GIT_PRIVILEGES_USERS_PULL</base>
6281 + <trans>Users allowed to read/pull</trans>
6282 + </entry>
6283 +
6284 + <entry>
6285 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
6286 + <trans>Users allowed to write/push</trans>
6287 + </entry>
6288 +
6289 + <entry>
6290 + <base>GIT_USER_ADMINISTRATOR</base>
6291 + <trans>管理员</trans>
6292 + </entry>
6293 +
6294 + <entry>
6295 + <base>GIT_GROUP_ADMINISTRATORS</base>
6296 + <trans>管理组</trans>
6297 + </entry>
6298 +
6299 + <entry>
6300 + <base>GIT_GROUP_EVERYBODY</base>
6301 + <trans>每个人</trans>
6302 + </entry>
6303 +
6304 + <entry>
6305 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
6306 + <trans>There are currently no Git repositories configured.</trans>
6307 + </entry>
6308 +
6309 + <entry>
6310 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
6311 + <trans>Git was succesfully reconfigured.</trans>
6312 + </entry>
6313 +
6314 + <entry>
6315 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
6316 + <trans>Successfully created Git repository.</trans>
6317 + </entry>
6318 +
6319 + <entry>
6320 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
6321 + <trans>Successfully modified Git repository.</trans>
6322 + </entry>
6323 +
6324 + <entry>
6325 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
6326 + <trans>Successfully deleted the Git repository.</trans>
6327 + </entry>
6328 +
6329 + <entry>
6330 + <base>GIT_ERROR_CONFIG_CHANGE</base>
6331 + <trans>An error occurred while configuring Git.</trans>
6332 + </entry>
6333 +
6334 + <entry>
6335 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
6336 + <trans>There was an internal error while creating the Git repository.</trans>
6337 + </entry>
6338 +
6339 + <entry>
6340 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
6341 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
6342 + </entry>
6343 +
6344 + <entry>
6345 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
6346 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
6347 + </entry>
6348 +
6349 + <entry>
6350 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
6351 + <trans>An error occurred while modifying the Git repository.</trans>
6352 + </entry>
6353 +
6354 + <entry>
6355 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
6356 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
6357 + </entry>
6358 +
6359 + <entry>
6360 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
6361 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
6362 + </entry>
6363 +
6364 + <entry>
6365 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
6366 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
6367 + </entry>
6368 +
6369 + <entry>
6370 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
6371 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
6372 + </entry>
6373 +
6374 + <entry>
6375 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
6376 + <trans>选择</trans>
6377 + </entry>
6378 +
6379 + <entry>
6380 + <base>GIT_ERROR_ALREADY_EXISTS</base>
6381 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
6382 + </entry>
6383 +
6384 +</lexicon>
6385 --- smeserver-git-1.1.0/root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/git 1970-01-01 01:00:00.000000000 +0100
6386 +++ smeserver-git-1.1.0.update/root/etc/e-smith/locale/zh-tw/etc/e-smith/web/functions/git 2017-02-02 02:39:40.732965460 +0100
6387 @@ -0,0 +1,263 @@
6388 +<lexicon lang="zh-tw" params="getExtraParams()">
6389 +
6390 + <entry>
6391 + <base>GIT_NAVIGATION_DESCRIPTION</base>
6392 + <trans>Git repositories</trans>
6393 + </entry>
6394 +
6395 + <entry>
6396 + <base>GIT_FORM_TITLE</base>
6397 + <trans>Create, modify, or remove Git repositories</trans>
6398 + </entry>
6399 +
6400 + <entry>
6401 + <base>GIT_HOME_TITLE</base>
6402 + <trans>Create, modify, or remove Git repositories.</trans>
6403 + </entry>
6404 +
6405 + <entry>
6406 + <base>GIT_HOME_DESCRIPTION</base>
6407 + <trans><![CDATA[ <p>This panel allows managing centralised Git repositories on this server.</p> <p>Configured Git repositories are available via HTTPS like in https://{$serverName}/git/repository.git.</p> <p>When Gitweb is also installed, the Git repositories can also be viewed through a web interface https://{$serverName}/git</p> <p>For more details and documentation on using Git, click on the Git logo on the right.</p> ]]></trans>
6408 + </entry>
6409 +
6410 + <entry>
6411 + <base>GIT_REPOSITORY_ADD_BUTTON</base>
6412 + <trans>Add a Git Repository</trans>
6413 + </entry>
6414 +
6415 + <entry>
6416 + <base>GIT_CONFIGURE_BUTTON</base>
6417 + <trans>Configure Git</trans>
6418 + </entry>
6419 +
6420 + <entry>
6421 + <base>GIT_REPOSITORY_LIST_DESCRIPTION</base>
6422 + <trans><![CDATA[ <p>The table below lists the currently configured Git repositories on this server.</p> <p>The <b>bold</b> entries in the <b>Pull Access</b> and <b>Push Access</b> columns correspond to the user groups on this server. Non-bold entries are individual users. <i>Anonymous</i> means there is no access control in effect.</p> <p>You can modify the settings of a Git repository or remove a Git repository by clicking on the corresponding command in the <b>Action</b> column.</p> ]]></trans>
6423 + </entry>
6424 +
6425 + <entry>
6426 + <base>GIT_ADD_TITLE</base>
6427 + <trans>Create or modify a Git repository</trans>
6428 + </entry>
6429 +
6430 + <entry>
6431 + <base>GIT_NAME_FIELD_CREATE_DESC</base>
6432 + <trans>Provide a name for the Git repository to be created. The repository will be created as a bare repository and will automatically have the extension .git added to the name. Note the name should contain only upper or lower-case letters, numbers, periods, hyphens and underscores, and should start with a letter. For example "johnson", "Intra", and "cust3.prj12" are all valid names, but "3associates", and "Bus!Partner" are not. The name is limited to {$maxLength} characters.</trans>
6433 + </entry>
6434 +
6435 + <entry>
6436 + <base>GIT_NAME_FIELD_MODIFY_DESC</base>
6437 + <trans>The field below indicates the name of the git respository. The name can not be modified.</trans>
6438 + </entry>
6439 +
6440 + <entry>
6441 + <base>GIT_DESCRIPTION_FIELD_DESC</base>
6442 + <trans>The description below correspond to the "description" file in the Git repository and is used by GitWeb to display the repository description on the GitWeb page.</trans>
6443 + </entry>
6444 +
6445 + <entry>
6446 + <base>GIT_ACCESS_FIELD_DESC</base>
6447 + <trans>Select the required network access for the repository. Select "Local Network Only" if you want to prevent any external access to the repository. Select "Internet" if you do want to make the repository accessible remotely. The network access setting is in addition to the user and group push/pull permissions configured below.</trans>
6448 + </entry>
6449 +
6450 + <entry>
6451 + <base>GIT_REMOVE_TITLE</base>
6452 + <trans>Remove Git Repository</trans>
6453 + </entry>
6454 +
6455 + <entry>
6456 + <base>GIT_REMOVE_DESCRIPTION</base>
6457 + <trans><![CDATA[ <p> You are about to remove the Git repository "{$name}" ({$description}). </p> <p> <b>All files belonging to this Git repository will be deleted!</b> </p> <p> Are you sure you wish to remove this Git repository? </p> ]]></trans>
6458 + </entry>
6459 +
6460 + <entry>
6461 + <base>GIT_REMOVE_BUTTON</base>
6462 + <trans>Remove Git Repository</trans>
6463 + </entry>
6464 +
6465 + <entry>
6466 + <base>GIT_CONFIGURATION_TITLE</base>
6467 + <trans>Configure Git Settings</trans>
6468 + </entry>
6469 +
6470 + <entry>
6471 + <base>GIT_PATH</base>
6472 + <trans>Git Path Prefix</trans>
6473 + </entry>
6474 +
6475 + <entry>
6476 + <base>GIT_CONFIGURATION_DESCRIPTION</base>
6477 + <trans>Configure the global configuration settings for Git on this server</trans>
6478 + </entry>
6479 +
6480 + <entry>
6481 + <base>GIT_CONFIGURATION_UPDATE_BUTTON</base>
6482 + <trans>Save Git Configuration</trans>
6483 + </entry>
6484 +
6485 + <entry>
6486 + <base>GIT_LABEL_ALLOW_ACCESS_FROM</base>
6487 + <trans>Allow repository access from</trans>
6488 + </entry>
6489 +
6490 + <entry>
6491 + <base>GIT_REPOSITORY_NAME</base>
6492 + <trans>Repository Name / Clone URL</trans>
6493 + </entry>
6494 +
6495 + <entry>
6496 + <base>GIT_ALLOW_FROM</base>
6497 + <trans>Allow from</trans>
6498 + </entry>
6499 +
6500 + <entry>
6501 + <base>GIT_PULL_ACCESS</base>
6502 + <trans>Pull Access</trans>
6503 + </entry>
6504 +
6505 + <entry>
6506 + <base>GIT_PUSH_ACCESS</base>
6507 + <trans>Push Access</trans>
6508 + </entry>
6509 +
6510 + <entry>
6511 + <base>GIT_ANONYMOUS</base>
6512 + <trans>匿名</trans>
6513 + </entry>
6514 +
6515 + <entry>
6516 + <base>GIT_ACCESS_ALLOWED_FROM_LOCAL</base>
6517 + <trans>Local Network Only</trans>
6518 + </entry>
6519 +
6520 + <entry>
6521 + <base>GIT_ACCESS_ALLOWED_FROM_INTERNET</base>
6522 + <trans>網際網路</trans>
6523 + </entry>
6524 +
6525 + <entry>
6526 + <base>GIT_ACCESS_ALLOWED_FROM_CONFIG_ERROR</base>
6527 + <trans>Configuration Error!</trans>
6528 + </entry>
6529 +
6530 + <entry>
6531 + <base>GIT_PRIVILEGES_NOTE</base>
6532 + <trans><![CDATA[ <p> Use the selection boxes below to you configure the pull and push permissions for the Git repository.<br /> Select either groups or individual users. Press the SHIFT and/or the CTRL key to select multiple groups or users.<br /> If you set <b>neither</b> a group or user setting, the repository will be accessible <b>anonymously</b>! (i.e. no user name or password will be required).<br /> If you specify users or groups for pull permissions, the push users will also have pull access.<br /> If you want your user(s) or group(s) to have exclusive full pull and push access, specify them in <b>both</b> the pull and push box.<br /> The group <b>admin</b> includes all administrators and the group <b>shared</b> includes all local users on this system.</p> ]]></trans>
6533 + </entry>
6534 +
6535 + <entry>
6536 + <base>GIT_PRIVILEGES_GROUPS_PULL</base>
6537 + <trans>Groups allowed to read/pull</trans>
6538 + </entry>
6539 +
6540 + <entry>
6541 + <base>GIT_PRIVILEGES_GROUPS_PUSH</base>
6542 + <trans>Groups allowed to write/push</trans>
6543 + </entry>
6544 +
6545 + <entry>
6546 + <base>GIT_PRIVILEGES_USERS_PULL</base>
6547 + <trans>Users allowed to read/pull</trans>
6548 + </entry>
6549 +
6550 + <entry>
6551 + <base>GIT_PRIVILEGES_USERS_PUSH</base>
6552 + <trans>Users allowed to write/push</trans>
6553 + </entry>
6554 +
6555 + <entry>
6556 + <base>GIT_USER_ADMINISTRATOR</base>
6557 + <trans>Administrator</trans>
6558 + </entry>
6559 +
6560 + <entry>
6561 + <base>GIT_GROUP_ADMINISTRATORS</base>
6562 + <trans>Administrators</trans>
6563 + </entry>
6564 +
6565 + <entry>
6566 + <base>GIT_GROUP_EVERYBODY</base>
6567 + <trans>Everybody</trans>
6568 + </entry>
6569 +
6570 + <entry>
6571 + <base>GIT_NOTIFY_NO_REPOSITORIES</base>
6572 + <trans>There are currently no Git repositories configured.</trans>
6573 + </entry>
6574 +
6575 + <entry>
6576 + <base>GIT_SUCCESS_CONFIG_CHANGE</base>
6577 + <trans>Git was succesfully reconfigured.</trans>
6578 + </entry>
6579 +
6580 + <entry>
6581 + <base>GIT_SUCCESS_CREATED_REPOSITORY</base>
6582 + <trans>Successfully created Git repository.</trans>
6583 + </entry>
6584 +
6585 + <entry>
6586 + <base>GIT_SUCCESS_MODIFIED_REPOSITORY</base>
6587 + <trans>Successfully modified Git repository.</trans>
6588 + </entry>
6589 +
6590 + <entry>
6591 + <base>GIT_SUCCESS_DELETED_REPOSITORY</base>
6592 + <trans>Successfully deleted the Git repository.</trans>
6593 + </entry>
6594 +
6595 + <entry>
6596 + <base>GIT_ERROR_CONFIG_CHANGE</base>
6597 + <trans>An error occurred while configuring Git.</trans>
6598 + </entry>
6599 +
6600 + <entry>
6601 + <base>GIT_ERROR_CREATING_REPOSITORY</base>
6602 + <trans>There was an internal error while creating the Git repository.</trans>
6603 + </entry>
6604 +
6605 + <entry>
6606 + <base>GIT_ERROR_CANT_FIND_REPOSITORY</base>
6607 + <trans>Can't find repository "{$name}" (does it exist?)</trans>
6608 + </entry>
6609 +
6610 + <entry>
6611 + <base>GIT_ERROR_CANT_CREATE_REPOSITORY</base>
6612 + <trans>Can't create repository "{$name}" (does it already exist?)</trans>
6613 + </entry>
6614 +
6615 + <entry>
6616 + <base>GIT_ERROR_MODIFYING_REPOSITORY</base>
6617 + <trans>An error occurred while modifying the Git repository.</trans>
6618 + </entry>
6619 +
6620 + <entry>
6621 + <base>GIT_ERROR_DELETING_REPOSITORY</base>
6622 + <trans>An error occurred while deleting the Git repository. The repository directory may not have been deleted completely.</trans>
6623 + </entry>
6624 +
6625 + <entry>
6626 + <base>GIT_ERROR_NAME_HAS_INVALID_CHARS</base>
6627 + <trans>The Git repository name "{$repositoryName}" contains invalid characters. Repository names must start with a lower case letter and contain only lower case letters, numbers, underscore and hyphens.</trans>
6628 + </entry>
6629 +
6630 + <entry>
6631 + <base>GIT_ERROR_DESCRIPTION_HAS_INVALID_CHARS</base>
6632 + <trans>The Git repository description "{$repositoryDescription}" contains invalid characters. Repository descriptions should only contain lower and upper case letters, numbers, and hyphens and underscores.</trans>
6633 + </entry>
6634 +
6635 + <entry>
6636 + <base>GIT_ERRROR_NAME_TOO_LONG</base>
6637 + <trans>The Git repository name "{$repositoryName}" is too long. The maximum is {$maxRepositoryNameLength} characters.</trans>
6638 + </entry>
6639 +
6640 + <entry>
6641 + <base>GIT_ERROR_RADIO_VALUE_NOT_CHECKED</base>
6642 + <trans>Make a selection</trans>
6643 + </entry>
6644 +
6645 + <entry>
6646 + <base>GIT_ERROR_ALREADY_EXISTS</base>
6647 + <trans>The repository "{$repositoryName}" is an existing Git repository. There is no new repository created. Use the 'Modify' link in the table below to reconfigure the existing repository.</trans>
6648 + </entry>
6649 +
6650 +</lexicon>

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed