Package alterator-l10n: Specfile

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
Name: alterator-l10n
Version: 2.9
Release: alt1.M50P.2

Packager: Stanislav Ievlev <inger@altlinux.org>

BuildArch:	noarch

Source:%name-%version.tar

Summary: translations for all alterator modules
License: GPL
Group: System/Configuration/Other

Conflicts: alterator                      < 4.7-alt1
Conflicts: alterator-ahttpd               < 0.5-alt4
Conflicts: alterator-alternatives         < 1.1-alt1
Conflicts: alterator-dhcp                 < 0.3-alt6
Conflicts: alterator-dovecot              < 0.4-alt9
Conflicts: alterator-fbi                  < 5.5-alt1
Conflicts: alterator-groups               < 0.4-alt4
Conflicts: alterator-lilo                 < 1.1-alt6
Conflicts: alterator-mirror               < 0.1-alt3
Conflicts: alterator-net-eth              < 3.3-alt1
Conflicts: alterator-net-pptp             < 0.7-alt6
Conflicts: alterator-net-pppoe            < 0.6.1-alt6
Conflicts: alterator-net-iptables         < 0.4-alt3
Conflicts: alterator-net-wifi             < 0.6-alt8
Conflicts: alterator-notes                < 1.1-alt9
Conflicts: alterator-pkcs11               < 0.1-alt2
Conflicts: alterator-pkg                  < 2.0-alt2
Conflicts: alterator-postfix-restrictions < 0.5-alt4
Conflicts: alterator-root                 < 0.5-alt1
Conflicts: alterator-samba                < 0.6-alt2
Conflicts: alterator-services             < 1.5-alt6
Conflicts: alterator-spamassassin         < 0.7-alt4
Conflicts: alterator-squid                < 0.4-alt6
Conflicts: alterator-sysconfig            < 1.0-alt1
Conflicts: alterator-sysinfo              < 0.6-alt1
Conflicts: alterator-tzone                < 1.0-alt6
Conflicts: alterator-ulogd                < 1.3.1-alt1
Conflicts: alterator-users                < 9.3-alt3
Conflicts: alterator-vsftpd               < 0.6-alt1
Conflicts: alterator-x11                  < 0.21-alt4
Conflicts: alterator-xinetd               < 1.4-alt4
Conflicts: alterator-xkb                  < 2.1-alt2
Conflicts: alterator-wizardface           < 1.0-alt1
Conflicts: alterator-lookout              < 1.6-alt1
Conflicts: alterator-datetime             < 1.0-alt1
Conflicts: alterator-ca                   < 0.5-alt2
Conflicts: alterator-trust                < 0.6.2-alt1
Conflicts: alterator-net-openvpn          < 0.8.0-alt1
Conflicts: alterator-openvpn-server       < 0.8.0-alt1
Conflicts: alterator-sslkey               < 0.2.0-alt1
Conflicts: alterator-snort                < 0.2.0
Conflicts: alterator-hotstandby           < 0.3.3

%description
translations for all alterator modules

%prep
%setup -q

%build
make check

%install
%makeinstall

%files
%config(noreplace) %dir %_sysconfdir/alterator/l10n
%lang(en) %config(noreplace) %_sysconfdir/alterator/l10n/*-en_*
%lang(ru) %config(noreplace) %_sysconfdir/alterator/l10n/*-ru_*
#%lang(uk) %config(noreplace) %_sysconfdir/alterator/l10n/*-uk_*
%lang(pt_BR) %config(noreplace) %_sysconfdir/alterator/l10n/*-pt_BR
%lang(es) %config(noreplace) %_sysconfdir/alterator/l10n/*-es_*

%dir %_datadir/alterator/help/
%lang(en) %dir %_datadir/alterator/help/en_US/
%lang(en) %_datadir/alterator/help/en_US/*.html

%lang(ru) %dir %_datadir/alterator/help/ru_RU/
%lang(ru) %_datadir/alterator/help/ru_RU/*.html
%lang(ru) %_datadir/locale/ru/LC_MESSAGES/*.mo

#%lang(uk) %dir %_datadir/alterator/help/uk_UA/
#%lang(uk) %_datadir/alterator/help/uk_UA/*.html
#%lang(uk) %_datadir/locale/uk/LC_MESSAGES/*.mo

%lang(pt_BR) %dir %_datadir/alterator/help/pt_BR/
%lang(pt_BR) %_datadir/alterator/help/pt_BR/*.html
%lang(pt_BR) %_datadir/locale/pt_BR/LC_MESSAGES/*.mo

%lang(es) %_datadir/locale/es/LC_MESSAGES/*.mo

%changelog
* Fri Dec 17 2010 Andrey Cherepanov <cas@altlinux.org> 2.9-alt1.M50P.2
- fix alterator-lilo Russian translations

* Mon Nov 22 2010 Andrey Cherepanov <cas@altlinux.org> 2.9-alt1.M50P.1
- complete Russian translations
- update time zone translations (based on tzdata-2010l-alt1)
- add script for time zone update

* Sat Dec 19 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.9-alt0.M51.4
- update_module: open stderr output in make update-po
- update translations for alterator-vsftpd

* Thu Dec 10 2009 Mikhail Efremov <sem@altlinux.org> 2.9-alt0.M51.3
- add conflict with old versions of alterator-{snort, hotstandby}.
- add Russian translation for alterator-hotstandby.
- update translations for alterator-sysinfo (by slazav@).

* Wed Dec 09 2009 Stanislav Ievlev <inger@altlinux.org> 2.9-alt0.M51.2
- update translations for alterator-net-domain

* Thu Nov 19 2009 Stanislav Ievlev <inger@altlinux.org> 2.9-alt0.M51.1
- build for 5.1

* Thu Nov 19 2009 Stanislav Ievlev <inger@altlinux.org> 2.9-alt1
- add translations for alterator-postfix-dovecot

* Thu Nov 12 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.8-alt4
- update translations for alterator-net-iptables
- add Russian translation for alterator-snort (by sem@)

* Fri Nov 06 2009 Stanislav Ievlev <inger@altlinux.org> 2.8-alt2.M51.1
- build for 5.1

* Thu Nov 05 2009 Stanislav Ievlev <inger@altlinux.org> 2.8-alt3
- update translations for alterator-distro-backup-server

* Mon Nov 02 2009 Stanislav Ievlev <inger@altlinux.org> 2.8-alt2
- update translations for alterator-bind

* Thu Oct 22 2009 Stanislav Ievlev <inger@altlinux.org> 2.8-alt1
- update English help for Bran backup server project
- update translations for alterator-distro-chainmail, alterator-firsttime

* Wed Oct 21 2009 Stanislav Ievlev <inger@altlinux.org> 2.7-alt19
- update translations for alterator-bacula

* Wed Oct 21 2009 Andrey Cherepanov <cas@altlinux.org> 2.7-alt18
- fix widget type and typography quotes in alterator-squid help
- update alterator-squid module localization

* Tue Oct 20 2009 Paul Wolneykien <manowar@altlinux.ru> 2.7-alt17
- Update Squid-related help pages in Russian and English.

* Mon Oct 19 2009 Andrey Cherepanov <cas@altlinux.org> 2.7-alt16
- update Russian translation of alterator-squid (closes: #21450)
- update Russian translation of alterator-squidimill (closes: #21920)
- fix alterator-squidmill documentation
- rename ahttpd-poweroff help to appropriate module name
- fix Russian documentation on alterator-postfix-dovecot
- update translations for alterator-sysinfo (slazav@)
- add uk/alterator-services.po (slazav@)

* Tue Oct 13 2009 Andrey Cherepanov <cas@altlinux.org> 2.7-alt15
- add alterator-postfix-dovecot Russian documentation (closes: #21266)
- add Russian documentation on restore backup mode (closes: #21388)
- check spell in Russian documentation

* Tue Oct 06 2009 Stanislav Ievlev <inger@altlinux.org> 2.7-alt14
- update translations for alterator-distro-chainmail,
  alterator-distro-office-server, and alterator-bind.

* Tue Sep 29 2009 Andrey Cherepanov <cas@altlinux.org> 2.7-alt13
- add Russian documentation for module 'Access from internal networks' (ALT 21729)
- add translations for alterator-pkcs11 
- small fixes

* Tue Sep 29 2009 Mikhail Efremov <sem@altlinux.org> 2.7-alt12
- update Russian translation for alterator-openvpn-server.
- update Russian translation for alterator-net-openvpn.

* Tue Sep 29 2009 Alexey I. Froloff <raorn@altlinux.org> 2.7-alt11
- add Russian translation for alterator-pkcs11

* Mon Sep 28 2009 Andrey Cherepanov <cas@altlinux.org> 2.7-alt10
- add Russian documentation on net-bl (ALT 21364)
- add Russian documentation on sslkey (ALT 21216)
- fix Russian documentation on ulogd (ALT 21402)
- add Russian documentation for 'Package' module (ALT 21215)
- update Russian translation for alterator-sslkey (sem@)
- improve russian ldap-users help (azol@)

* Fri Sep 25 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.7-alt9
- update translations for alterator-net-iptables

* Thu Sep 24 2009 Stanislav Ievlev <inger@altlinux.org> 2.7-alt8
- update translations for alterator-bacula

* Thu Sep 24 2009 Stanislav Ievlev <inger@altlinux.org> 2.7-alt7
- update translations for alterator-ldap-groups, alterator-ldap-groups

* Thu Sep 24 2009 Stanislav Ievlev <inger@altlinux.org> 2.7-alt6
- update translations for alterator-ldap-groups

* Tue Sep 22 2009 Stanislav Ievlev <inger@altlinux.org> 2.7-alt5
- update translations for alterator, alterator-netinst

* Fri Sep 18 2009 Stanislav Ievlev <inger@altlinux.org> 2.7-alt4
- update translations for alterator-fbi
- add initial help for backup server screens

* Thu Sep 17 2009 Stanislav Ievlev <inger@altlinux.org> 2.7-alt3
- update translations for alterator-root
- update help for alterator-root (closes: #21285)
- add help for bind (@azol) (closes: #21449)

* Wed Sep 16 2009 Stanislav Ievlev <inger@altlinux.org> 2.7-alt2
- update translations for alterator-ldap-groups and alterator-ldap-users

* Tue Sep 15 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.7-alt1
- add pt_BR translations (by fmartini@altlinux.com.br) (closes: #21567)
- update pt_BR compendium

* Fri Sep 11 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.6-alt1
- add uk translations (by yatsenko.alexandr@gmail.com)
- update compendiums
- join_po: don't fail on new compendium
- fix Conflicts
- fix ua/alterator-ldap-users.po

* Fri Sep 11 2009 Stanislav Ievlev <inger@altlinux.org> 2.5-alt18
- add translations for alterator-bind
- rename help file for alterator-bacula (bacula-backup -> bacula-local-backup)

* Wed Sep 09 2009 Stanislav Ievlev <inger@altlinux.org> 2.5-alt17
- update translations for alterator-ldap-users

* Mon Sep 07 2009 Mikhail Efremov <sem@altlinux.org> 2.5-alt16
- add translations for alterator-sslkey.

* Fri Sep 04 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.5-alt15
- update translations for alterator-net-iptables
- update translations for alterator (by inger@)

* Thu Sep 03 2009 Mikhail Efremov <sem@altlinux.org> 2.5-alt14
- update translations for alterator-ulogd.

* Thu Sep 03 2009 Andrey Cherepanov <cas@altlinux.org> 2.5-alt13
- Fix spell error in documentation and section names 

* Tue Sep 01 2009 Andrey Cherepanov <cas@altlinux.org> 2.5-alt12
- Update translations for alterator-auth (closes #20302) 

* Tue Sep 01 2009 Stanislav Ievlev <inger@altlinux.org> 2.5-alt11
- update translations for alterator-firsttime

* Fri Aug 28 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.5-alt10
- update translations for alterator-net-iptables

* Fri Aug 28 2009 Mikhail Efremov <sem@altlinux.org> 2.5-alt9
-  update translations for alterator-ulogd.

* Thu Aug 27 2009 Stanislav Ievlev <inger@altlinux.org> 2.5-alt8
- update translations for alterator-wizard and alterator-bacula
- sem@: update translations for alterator-openvpn-server

* Mon Aug 24 2009 Stanislav Ievlev <inger@altlinux.org> 2.5-alt7
- add translations for alterator-chainmail
- add Russian help for Chainmail's firsttime and Chainmail's control center
- update Russian help for Office server's firsttime (parameter 'server
  role' is hidden now)
- minor translation improvements for alterator-net-openvpn
- update translations for alterator-fbi

* Mon Aug 24 2009 Paul Wolneykien <manowar@altlinux.ru> 2.5-alt6
- Update Squid related russian help page.
- Add Squid related english help page.

* Thu Aug 20 2009 Mikhail Efremov <sem@altlinux.org> 2.5-alt5
- add translations for alterator-net-openvpn.
- add translations for alterator-openvpn-server.
- add initial russian alterator-xkb help (by azol@).
- add initial russian net-openvpn help (by azol@).
- add initial russian openvpn-server help (by azol@).

* Mon Aug 17 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.5-alt4
- add initial russian help for ldap-users, mirror,
  sysconfig-proxy modules (by azol@)

* Fri Aug 14 2009 Paul Wolneykien <manowar@altlinux.ru> 2.5-alt3
- update translations for alterator-squid (restore missing ones)

* Thu Aug 13 2009 Stanislav Ievlev <inger@altlinux.org> 2.5-alt2
- update translations for alterator-bacula

* Mon Aug 10 2009 Stanislav Ievlev <inger@altlinux.org> 2.5-alt1
- update translations for alterator-vm
- add translations for alterator-livecd (closes: #20602)
- add initial russian alterator-quota help (azol@)
- add initial russian alterator-netinst help (azol@)
- add initial russian ldap-groups help (azol@)
- add initial russian alterator-ca help (azol@)

* Fri Aug 07 2009 Stanislav Ievlev <inger@altlinux.org> 2.4-alt12
- update translations for alterator-pkg

* Thu Aug 06 2009 Stanislav Ievlev <inger@altlinux.org> 2.4-alt11
- add translations for alterator-cd2

* Wed Aug 05 2009 Paul Wolneykien <manowar@altlinux.ru> 2.4-alt10
- update translations for alterator-squid

* Tue Aug 04 2009 Stanislav Ievlev <inger@altlinux.org> 2.4-alt9
- update translations for alterator-mirror

* Thu Jul 30 2009 Stanislav Ievlev <inger@altlinux.org> 2.4-alt8
- update translations for alterator-pkg

* Fri Jul 24 2009 Stanislav Ievlev <inger@altlinux.org> 2.4-alt7
- update translations for alterator-fbi
- azol@: add initial russian alterator-trust help

* Fri Jun 26 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.4-alt6
- add some translations for alterator-lilo

* Wed Jun 24 2009 Stanislav Ievlev <inger@altlinux.org> 2.4-alt5
- update translations for alterator-bacula
- add translations for alterator-distro-backup-server
- finally remove obsolete uk_UA translations

* Wed Jun 17 2009 Alexey I. Froloff <raorn@altlinux.org> 2.4-alt4
- add translations for alterator-trust (closes: #19908)
- add translations for alterator-ca (closes: #19910)

* Tue Jun 09 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.4-alt3
- update translations for alterator-net-iptables

* Thu Jun 04 2009 Stanislav Ievlev <inger@altlinux.org> 2.4-alt2
- update translations for alterator-distro-office-server

* Wed Jun 03 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.4-alt1
- update_desktop: look for desktop and directory
  files in the whole module tree
- add translations for desktop-files from 
  alterator-{xinetd,services,net-iptables}

* Wed Jun 03 2009 Stanislav Ievlev <inger@altlinux.org> 2.3-alt13
- update translations for alterator-bacula

* Fri May 29 2009 Stanislav Ievlev <inger@altlinux.org> 2.3-alt12
- update translations for alterator-bacula

* Mon May 25 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.3-alt11
[barabashka@]
- add initial russian ldap-groups translate
- add initial russian ldap-users translate
[slazav@]
- pack ownerless dirs (/usr/share/alterator/help)

* Thu May 21 2009 Stanislav Ievlev <inger@altlinux.org> 2.3-alt10
- update translations for alterator-bacula

* Tue May 12 2009 Paul Wolneykien <manowar@altlinux.ru> 2.3-alt9
- Update Russian dictionary for alterator-openldap.

* Fri May 08 2009 Paul Wolneykien <manowar@altlinux.ru> 2.3-alt8
- Russian help page for modules Squid and Squidmill updated.

* Fri May 08 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.3-alt7
[ azol@ ]
- update ru help for acc
- add initial russian bacula-backup help

* Thu May 07 2009 Stanislav Ievlev <inger@altlinux.org> 2.3-alt6
- update translations for alterator-pkg
- fix typo in help (closes: #19756)

* Thu May 07 2009 Stanislav Ievlev <inger@altlinux.org> 2.3-alt5
- update translations for alterator-fbi
- turn off uk_UA (too obsolete) and es_ES (too differ from American's variant) locales.

* Thu Apr 30 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.3-alt4
[ azol@ ]
- add initial russian ahttpd-poweroff help
- po/ru/alterator-ahttpd.po: fix two typos

* Mon Apr 27 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.3-alt3
- update translations for alterator-net-iptables and alterator-netinst

* Fri Apr 24 2009 Paul Wolneykien <manowar@altlinux.ru> 2.3-alt2
- Squidmill module dictionary updated.

* Thu Apr 23 2009 Paul Wolneykien <manowar@altlinux.ru> 2.3-alt1
- Squid module dictionary.
- Squidmill module dictionary.

* Tue Apr 14 2009 Stanislav Ievlev <inger@altlinux.org> 2.2-alt12
- update pt_BR translations (closes: #19574)

* Tue Apr 14 2009 Alexey I. Froloff <raorn@altlinux.org> 2.2-alt11
- alterator-distro-office-server

* Thu Apr 09 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.2-alt10
- update translations for alterator-netinst

* Wed Apr 08 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.2-alt9
- update translations for alterator-netinst

* Wed Apr 08 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.2-alt8
- update help for alterator-xinetd (server reloading is not needed)
- update help for alterator-dovecot (server reloading is not needed)
- update help for alterator-dovecot (disable_plaintext_auth)
- update translations for alterator-dovecot (disable_plaintext_auth)

* Tue Apr 07 2009 Stanislav Ievlev <inger@altlinux.org> 2.2-alt7
- update translations for alterator-office-server

* Fri Apr 03 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.2-alt6
- add translations for alterator-quota

* Wed Apr 01 2009 Stanislav Ievlev <inger@altlinux.org> 2.2-alt5
- update translations for alterator-fbi

* Wed Apr 01 2009 Stanislav Ievlev <inger@altlinux.org> 2.2-alt4
- add English and Russian help for pkg-groups, dhcp
- add Spanish translations for timezone information
- remove obsolete and broken help

* Tue Mar 31 2009 Stanislav Ievlev <inger@altlinux.org> 2.2-alt3
- add translations from alterator-sysconfig

* Tue Mar 31 2009 Stanislav Ievlev <inger@altlinux.org> 2.2-alt2
- add Spanish translations

* Mon Mar 30 2009 Stanislav Ievlev <inger@altlinux.org> 2.2-alt1
- update pt_BR translations
- add help and translations from alterator-vm

* Fri Mar 27 2009 Stanislav Ievlev <inger@altlinux.org> 2.1-alt11
- update translations for alterator-netinst and alterator-dhcp

* Thu Mar 26 2009 Stanislav Ievlev <inger@altlinux.org> 2.1-alt10
- update translations for alterator-fbi

* Wed Mar 25 2009 Stanislav Ievlev <inger@altlinux.org> 2.1-alt9
- update translations for alterator-net-eth
- add translations for alterator-bacula

* Tue Mar 24 2009 Stanislav Ievlev <inger@altlinux.org> 2.1-alt8
- remove obsolete help for alterator-mirror
- update translations for alterator-pkg

* Mon Mar 23 2009 Stanislav Ievlev <inger@altlinux.org> 2.1-alt7
- update translations for alterator-updates

* Mon Mar 23 2009 Stanislav Ievlev <inger@altlinux.org> 2.1-alt6
- update translations for alterator-mirror

* Thu Mar 19 2009 Stanislav Ievlev <inger@altlinux.org> 2.1-alt5
- update translations for alterator-net-eth

* Tue Mar 17 2009 Stanislav Ievlev <inger@altlinux.org> 2.1-alt4
- add alterator-preinstall

* Fri Mar 13 2009 Stanislav Ievlev <inger@altlinux.org> 2.1-alt3
- update translations for alterator-distro-office-server (former alterator-office-server)
- fix some Russian translations

* Thu Mar 12 2009 Stanislav Ievlev <inger@altlinux.org> 2.1-alt2
- update translations for alterator-dhcp

* Wed Mar 11 2009 Vladislav Zavjalov <slazav@altlinux.org> 2.1-alt1
- add ru help for net-dnat, update ru help for net-iptables
- update translations for alterator-net-iptables
- add translations for alterator-netinst
- add translations and help for alterator-sysinfo
- add help for alterator-net-domain (by inger@)
- update translations for alterator-office-server (by inger@)
- update translation for alterator (by inger@)

* Wed Mar 04 2009 Stanislav Ievlev <inger@altlinux.org> 2.0-alt2
- add alterator-net-domain
- update translations: alterator, alterator-net-eth, alterator-office-server

* Fri Feb 27 2009 Stanislav Ievlev <inger@altlinux.org> 2.0-alt1
- move to new schema: alterator-standalone, alterator-mailman, alterator-logs
- remove old help
- don't install compendum

* Thu Feb 26 2009 Stanislav Ievlev <inger@altlinux.org> 1.6-alt10
- add alterator-office-server

* Wed Feb 25 2009 Stanislav Ievlev <inger@altlinux.org> 1.6-alt9
- alterator-ahttpd: update translations

* Tue Feb 24 2009 Stanislav Ievlev <inger@altlinux.org> 1.6-alt8
- alterator-ahttpd: update help
- alterator-net-iptables: fix typo
- add translations for alterator-firsttime

* Thu Feb 19 2009 Stanislav Ievlev <inger@altlinux.org> 1.6-alt7
- update translations for alterator-updates

* Tue Feb 17 2009 Stanislav Ievlev <inger@altlinux.org> 1.6-alt6
- update translations for alterator-pkg and alterator-root

* Mon Feb 16 2009 Stanislav Ievlev <inger@altlinux.org> 1.6-alt5
- move alterator-net-eth to new schema

* Fri Feb 13 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.6-alt4
- rewrite ru help for new alterator-net-iptables

* Wed Feb 11 2009 Stanislav Ievlev <inger@altlinux.org> 1.6-alt3
- update translations for alterator-mirror

* Wed Feb 11 2009 Stanislav Ievlev <inger@altlinux.org> 1.6-alt2
- add alterator-updates

* Tue Feb 10 2009 Stanislav Ievlev <inger@altlinux.org> 1.6-alt1
- move alterator-pkg to new schema
- remove files for alterator-tzone

* Mon Feb 09 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.5-alt8
- alterator-net-iptables: fix label

* Fri Feb 06 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.5-alt7
- alterator-net-iptables: fix translation

* Fri Feb 06 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.5-alt6
- update translations for alterator-net-iptables

* Mon Feb 02 2009 Stanislav Ievlev <inger@altlinux.org> 1.5-alt5
- update translations for alterator-datetime
- move to new schema: alterator-control

* Fri Jan 30 2009 Stanislav Ievlev <inger@altlinux.org> 1.5-alt4
- update translations for new alterator-datetime

* Fri Jan 30 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.5-alt3
- add pt_BR po-files (by fmartini@)

* Fri Jan 30 2009 Stanislav Ievlev <inger@altlinux.org> 1.5-alt2
- move to new schema: alterator-datetime

* Thu Jan 29 2009 Stanislav Ievlev <inger@altlinux.org> 1.5-alt1
- move to new schema: alterator-wizardface, alterator-lookout, alterator-tzone, alterator-fbi

* Wed Jan 28 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.4-alt3
- move UA and EN help for alterator-dovecot to new_help dir
- remove old help for alterator-groups (new help is already in new_help dir)

* Wed Jan 28 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.4-alt2
- move help for alterator-openldap back to old_help dir

* Wed Jan 28 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.4-alt1
- update_module script: using dictionary from module directory when
  one in alterator-l10n does not exists yet
- add translations and new-style help for modules:
  + alterator-users
  + alterator-ulogd
  + alterator-dovecot
- move help to new_help dir for alterator-notes
- ru help fixes (by azol@):
  + services: add restart note
  + ahttpd-server: add signature section
  + openldap, samba, vsftpd, xinetd, dhcp, dovecot,
    postfix-restrictions, squid, ulogd: add service restart warning

* Tue Jan 27 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.3-alt2
- update translations for alterator-vsftpd

* Tue Jan 27 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.3-alt1
- add new-style dictionaries and help for modules:
 + alterator-dhcp
 + alterator-groups
 + alterator-net-{pptp,pppoe,iptables}
 + alterator-postfix-restrictions
 + alterator-squid
 + alterator-xkb
- update Conflicts and modules.list
- fix some po-files

* Tue Jan 27 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.2-alt3
- fix help for alterator-ahttpd-server
- fix help for alterator-chronograph (by manowar@)

* Tue Jan 27 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.2-alt2
- remove alterator-ahttpd translations (module does not exists)
- update conflicts for alterator-{vsftpd,alternatives,root}

* Tue Jan 27 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.2-alt1
- add new ru help (by azol@)
  + ahttpd-server
  + office-server-net
  + mirror
- move po-files for modules to alterator-l10n:
  + alterator-spamassassin
  + alterator-net-wifi
  + alterator-notes
  + alterator-notes
  + alterator-mirror
  + alterator-ahttpd
  + alterator
- move help to new-style directory:
  + alterator (notfound.html)
  + alterator-spamassassin
- for modules converted to new-style help and po keepping:
  + add conflicts on old versions
  + remove modules from modules.list
- add utils/get_po_transl script (moved from altertator:build/msggrep)
- move install_po script to utils dir
- fix update_desktop util: work with alterator itself, remove unused code

* Mon Jan 26 2009 Stanislav Ievlev <inger@altlinux.org> 1.1-alt4
- move alterator-vsftpd to new schema

* Mon Jan 26 2009 Stanislav Ievlev <inger@altlinux.org> 1.1-alt3
- move alterator-alternatives to new schema

* Mon Jan 26 2009 Stanislav Ievlev <inger@altlinux.org> 1.1-alt2
- move alterator-root to new schema

* Mon Jan 26 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.1-alt1
- add update_desktop script

* Fri Jan 23 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.0-alt3
- new-style help and po for alterator-xinetd and alterator-services
- fix update_module script

* Fri Jan 23 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.0-alt2
- add alterator-samba dictionary
- update alterator-samba help (by manowar@)
- update alterator-lilo dictionary

* Thu Jan 22 2009 Vladislav Zavjalov <slazav@altlinux.org> 1.0-alt1
- New style po files keeping!
  keep and install separate dictionary for each module
- add alterator-lilo and alterator-x11 dictionaries

* Thu Jan 22 2009 Stanislav Ievlev <inger@altlinux.org> 0.17-alt1
- move to new help: alterator-pkg
- update translations for alterator-pkg

* Wed Jan 21 2009 Vladislav Zavjalov <slazav@altlinux.org> 0.16-alt1
- merge with azol@ (new help for alterator-office-server-root)
- add help for chronograph and openldap (by manowar@)

* Thu Jan 15 2009 Stanislav Ievlev <inger@altlinux.org> 0.15-alt1
- move to new help: tzone acc-html
- update translations for alterator-fbi
- remove obsolete help: timezone

* Thu Jan 15 2009 Stanislav Ievlev <inger@altlinux.org> 0.14-alt1
- move to new_help: net-eth, sysconfig-base
- remove obsolete help: sysconfig-lang, sysconfig-kbd

* Thu Dec 11 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.13-alt4
- update pt_BR.po

* Thu Dec 11 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.13-alt3
- install some help files in /usr/share/alterator/help/ directory

* Tue Dec 09 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.12-alt2
- fix ru help (auth dhcp net-eth nut-devices postfix-restrictions spamassassin ulogd)
  (by bertis@)

* Fri Dec 05 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.12-alt1
- update ru help (by azol@):
  + acc-html
  + auth
  + datetime
  + dhcp
  + dovecot
  + lightsquid (NEW)
  + logs
  + net-eth
  + net-iptables
  + net-pppoe
  + net-pptp
  + notes-license
  + notes-release-notes
  + nut-devices (NEW)
  + pkg-groups
  + pkg-register
  + pkg-sources
  + pkg-upgrade
  + postfix-restrictions
  + root
  + samba
  + services
  + spamassassin
  + squid
  + sysconfig-kbd
  + sysconfig-language
  + sysconfig
  + sysinfo
  + tzone
  + ulogd (NEW)
  + users
  + vsftpd
  + xinetd

* Thu Dec 04 2008 Stanislav Ievlev <inger@altlinux.org> 0.11-alt2
- add pt_BR

* Tue Dec 02 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.11-alt1
- fix ru help files (by azol@):
  + notes-release-notes
  + notes-license
  + users
  + root
  + net-iptables
  + sysinfo
  + acc-html
  + tzone (move from module)

* Mon Nov 24 2008 Stanislav Ievlev <inger@altlinux.org> 0.10-alt4
- add english help for: logs, samba, dovecot, acc-html, root
- minor help improvements (inger@, azol@)

* Thu Nov 20 2008 Stanislav Ievlev <inger@altlinux.org> 0.10-alt3
- update translations for alterator-sysconfig

* Thu Nov 20 2008 Stanislav Ievlev <inger@altlinux.org> 0.10-alt2
- add alterator-mirror

* Mon Nov 17 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.10-alt1
- ru help for sysinfo, services, logs, pkg (by azol@)

* Wed Nov 05 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt19
- fix translation for alterator-x11

* Thu Oct 23 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt18
- add alterator-dhcp

* Wed Oct 15 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt17
- add alterator-mailman

* Tue Oct 14 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.9-alt16
- fix update_archive and update_po

* Tue Oct 14 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.9-alt15
- update translations for alterator-x11

* Thu Oct 09 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt14
- update translations for alterator-postfix-restrictions and alterator-dovecot

* Wed Oct 08 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt13
- add alterator-postfix-restrictions

* Fri Oct 03 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt12
- add alterator-samba

* Fri Sep 26 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt11
- add alterator-squid

* Mon Sep 22 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.9-alt10
- alterator-lilo: minor spelling fix (by mike@)

* Mon Sep 22 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt9
- update po for auth

* Mon Sep 22 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt8.2
- hotfix2

* Mon Sep 22 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt8.1
- hotfix

* Mon Sep 22 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt8
- update po for users

* Fri Sep 19 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.9-alt7
- fix uk.po

* Fri Sep 19 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.9-alt6
- changes for alterator-lilo, alterator-xkb, alterator-notes desktop labels

* Wed Sep 17 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt5
- roughly half of uk.po reviewed/updated/translated (mike@)
- fix some English phrases (mike@)
- update translations for new alterator and alterator-fbi

* Mon Sep 15 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt4
- update alterator translations

* Fri Sep 12 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt3
- update Ukrainian translation (port from 4.0 branch)

* Mon Sep 08 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt2
- update translation for alterator-net-eth

* Tue Sep 02 2008 Stanislav Ievlev <inger@altlinux.org> 0.9-alt1
- merge with cas@
- add helps
- replace po_head_repl script with fix_po
- fix package deps

* Thu Aug 28 2008 Stanislav Ievlev <inger@altlinux.org> 0.8-alt1
- add translations for alterator-net-iptables

* Mon Aug 25 2008 Stanislav Ievlev <inger@altlinux.org> 0.7-alt6
- update translations for acl feature

* Mon Aug 11 2008 Stanislav Ievlev <inger@altlinux.org> 0.7-alt5
- update translations for alterator-xkb

* Fri Aug 08 2008 Stanislav Ievlev <inger@altlinux.org> 0.7-alt4
- add alterator-xkb
- update Ukrainian translation

* Wed Aug 06 2008 Stanislav Ievlev <inger@altlinux.org> 0.7-alt3
- update translations for alterator (comments for desktop directories)

* Wed Jul 30 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.7-alt2
- update translations for alterator-groups

* Wed Jul 30 2008 Stanislav Ievlev <inger@altlinux.org> 0.7-alt1
- improve update-po script
- add translations for acc groups
- update Ukrainian translation

* Fri Jul 25 2008 Stanislav Ievlev <inger@altlinux.org> 0.6-alt8
- add alterator-postfix-sasl

* Fri Jul 25 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.6-alt7
- add alterator-groups

* Fri Jul 04 2008 Stanislav Ievlev <inger@altlinux.org> 0.6-alt6
- update translations for alterator-control

* Fri Jul 04 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.6-alt5
- update translations for alterator-xinetd

* Tue Jul 01 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.6-alt4
- fix labels for alterator-lilo

* Tue Jul 01 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.6-alt3
- update translations for new alterator-lilo

* Tue Jul 01 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.6-alt2
- update translations for new alterator-lilo

* Mon Jun 30 2008 Stanislav Ievlev <inger@altlinux.org> 0.6-alt1
- add alterator-fbi

* Wed Jun 25 2008 Stanislav Ievlev <inger@altlinux.org> 0.5-alt12
- update translations for alterator-users

* Wed Jun 25 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.5-alt11
- new labels in alterator-lilo (fix #16161)

* Tue Jun 24 2008 Stanislav Ievlev <inger@altlinux.org> 0.5-alt10
- update translations for alterator-root, alterator-root

* Tue Jun 24 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.5-alt9
- update translations for new alterator-lilo

* Mon Jun 23 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.5-alt8
- update translations for new alterator-lilo

* Wed Jun 18 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.5-alt7
- update translations for new alterator-lilo

* Tue Jun 17 2008 Stanislav Ievlev <inger@altlinux.org> 0.5-alt6
- add alterator-net-pppoe

* Mon Jun 16 2008 Stanislav Ievlev <inger@altlinux.org> 0.5-alt5
- add alterator-net-pptp

* Mon Jun 16 2008 Stanislav Ievlev <inger@altlinux.org> 0.5-alt4
- update translations for new alterator-pkg again

* Wed Jun 11 2008 Stanislav Ievlev <inger@altlinux.org> 0.5-alt3
- rebuild

* Wed Jun 11 2008 Stanislav Ievlev <inger@altlinux.org> 0.5-alt2
- update translations for new alterator-pkg

* Mon Jun 09 2008 Stanislav Ievlev <inger@altlinux.org> 0.5-alt1
- add translations for desktop files

* Fri Jun 06 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.4-alt12
- add some translations for new alterator-lilo

* Tue Jun 03 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.4-alt11
- clear pot-file before merging
- fix some translations

* Tue Jun 03 2008 Stanislav Ievlev <inger@altlinux.org> 0.4-alt10
- update alterator-ahttpd translations

* Fri May 30 2008 Stanislav Ievlev <inger@altlinux.org> 0.4-alt9
- add alterator-lookout, alterator-pkg

* Thu May 29 2008 Stanislav Ievlev <inger@altlinux.org> 0.4-alt8
- add alterator-standalone

* Wed May 28 2008 Stanislav Ievlev <inger@altlinux.org> 0.4-alt7
- add alterator-dovecot

* Wed May 28 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.4-alt6
- add alterator
- add alterator-net-wifi

* Mon May 26 2008 Stanislav Ievlev <inger@altlinux.org> 0.4-alt5
- add alterator-sysconfig

* Fri May 23 2008 Stanislav Ievlev <inger@altlinux.org> 0.4-alt3
- update for new alterator-lilo
- add alterator-wizardface

* Thu May 15 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.4-alt2
- modify with new alterator-lilo

* Tue May 13 2008 Stanislav Ievlev <inger@altlinux.org> 0.4-alt1
- add alterator-datetime
- add alterator-control
- improve po-file generation

* Tue May 13 2008 Stanislav Ievlev <inger@altlinux.org> 0.3-alt6
- fix ru.po
- fix uk.po
- add make check

* Mon May 12 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.3-alt5
- add alterator-lilo

* Thu May 08 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.3-alt4
- add alterator-xinetd

* Thu May 08 2008 Stanislav Ievlev <inger@altlinux.org> 0.3-alt3
- fix alterator-logs (s,Fist,First)

* Thu May 08 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.3-alt2
- add po_head_repl script

* Thu May 08 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.2-alt2
- add alterator-notes

* Thu May 08 2008 Stanislav Ievlev <inger@altlinux.org> 0.2-alt1
- ru.po: fix "Reset" translation
- add uk.po (resurrected from existing translations)

* Wed May 07 2008 Vladislav Zavjalov <slazav@altlinux.org> 0.1-alt10
- add alterator-services

* Wed May 07 2008 Stanislav Ievlev <inger@altlinux.org> 0.1-alt9
- add alterator-ahttpd
- add alterator-logs

* Tue May 06 2008 Stanislav Ievlev <inger@altlinux.org> 0.1-alt8
- update alterator-x11

* Sun May 04 2008 Stanislav Ievlev <inger@altlinux.org> 0.1-alt7
- add alterator-root

* Wed Apr 30 2008 Stanislav Ievlev <inger@altlinux.org> 0.1-alt6
- add alterator-vsftpd

* Wed Apr 30 2008 Stanislav Ievlev <inger@altlinux.org> 0.1-alt5
- add alterator-net-eth

* Wed Apr 23 2008 Stanislav Ievlev <inger@altlinux.org> 0.1-alt4
- add alterator-x11

* Tue Apr 22 2008 Stanislav Ievlev <inger@altlinux.org> 0.1-alt3
- add alterator-auth

* Sat Apr 19 2008 Stanislav Ievlev <inger@altlinux.org> 0.1-alt2
- add alterator-spamassassin

* Thu Apr 17 2008 Stanislav Ievlev <inger@altlinux.org> 0.1-alt1
- Initial build