You can subscribe to this list here.
| 2007 |
Jan
(6) |
Feb
(19) |
Mar
(14) |
Apr
(32) |
May
(19) |
Jun
(15) |
Jul
(9) |
Aug
(34) |
Sep
|
Oct
(104) |
Nov
(10) |
Dec
(26) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(26) |
Feb
(3) |
Mar
(163) |
Apr
(45) |
May
|
Jun
(1) |
Jul
(1) |
Aug
(1) |
Sep
(8) |
Oct
(1) |
Nov
(5) |
Dec
(43) |
| 2009 |
Jan
(11) |
Feb
(21) |
Mar
(23) |
Apr
(18) |
May
(68) |
Jun
(20) |
Jul
(6) |
Aug
(17) |
Sep
(29) |
Oct
(20) |
Nov
(61) |
Dec
(52) |
| 2010 |
Jan
(36) |
Feb
(25) |
Mar
(11) |
Apr
(3) |
May
(21) |
Jun
(1) |
Jul
(1) |
Aug
(25) |
Sep
(25) |
Oct
(19) |
Nov
(1) |
Dec
|
| 2011 |
Jan
(23) |
Feb
(34) |
Mar
(81) |
Apr
(5) |
May
(38) |
Jun
(14) |
Jul
(5) |
Aug
(87) |
Sep
(41) |
Oct
(49) |
Nov
(24) |
Dec
(25) |
| 2012 |
Jan
(23) |
Feb
(19) |
Mar
(37) |
Apr
(93) |
May
(17) |
Jun
(128) |
Jul
(119) |
Aug
(96) |
Sep
(32) |
Oct
(26) |
Nov
(52) |
Dec
(25) |
| 2013 |
Jan
(20) |
Feb
(92) |
Mar
(98) |
Apr
(6) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2015 |
Jan
|
Feb
(40) |
Mar
(12) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(8) |
Oct
(1) |
Nov
(1) |
Dec
(3) |
| 2016 |
Jan
|
Feb
|
Mar
(5) |
Apr
(2) |
May
|
Jun
|
Jul
(9) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
(9) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <dwa...@us...> - 2009-09-26 15:10:24
|
Revision: 9865
http://zaf.svn.sourceforge.net/zaf/?rev=9865&view=rev
Author: dwaynebailey
Date: 2009-09-26 15:10:16 +0000 (Sat, 26 Sep 2009)
Log Message:
-----------
Carry human readable names across to the description.xml creation script and remove hardcoded en_ZA assumption.
Modified Paths:
--------------
trunk/dict/utils/Makefile.oxts
trunk/dict/utils/oxt/make-descriptionxml
Modified: trunk/dict/utils/Makefile.oxts
===================================================================
--- trunk/dict/utils/Makefile.oxts 2009-09-26 13:19:21 UTC (rev 9864)
+++ trunk/dict/utils/Makefile.oxts 2009-09-26 15:10:16 UTC (rev 9865)
@@ -88,7 +88,7 @@
$(TARGETDIR)/description.xml: ../../utils/oxt/make-descriptionxml $(MAKES)
@echo "Building description.xml"
- $(shell ../../utils/oxt/make-descriptionxml $(DICT) $(LANG) $(VERSION) $(DOWNLOAD_URLBASE) $(INFO_URLBASE) $(REGION))
+ $(shell ../../utils/oxt/make-descriptionxml $(DICT) $(LANG) $(VERSION) $(DOWNLOAD_URLBASE) $(INFO_URLBASE) $(REGION) $(LANGNAME) "$(REGIONNAME)")
$(TARGETDIR)/dictionaries.xcu: ../../utils/oxt/make-dictionariesxcu $(MAKES)
@echo "Building dictionaries.xcu"
Modified: trunk/dict/utils/oxt/make-descriptionxml
===================================================================
--- trunk/dict/utils/oxt/make-descriptionxml 2009-09-26 13:19:21 UTC (rev 9864)
+++ trunk/dict/utils/oxt/make-descriptionxml 2009-09-26 15:10:16 UTC (rev 9865)
@@ -19,6 +19,8 @@
DOWNLOAD_URLBASE="$4"
INFO_URLBASE="$5"
REGION="$6"
+LANGNAME="$7"
+REGIONNAME="$8"
if [ -n "$REGION" ]; then
SUFFIX="_$REGION"
@@ -61,7 +63,7 @@
-->
<publisher>
- <name xlink:href="$INFO_URLBASE/publisher-$LANG.html" lang="en">SA Translation Project (en)</name>
+ <name xlink:href="$INFO_URLBASE/publisher-$LANG.html" lang="en">SA Translation Project ($LANG)</name>
<!-- Other languages, as above -->
</publisher>
@@ -72,7 +74,7 @@
</release-notes>
<display-name>
- <name lang="en">South African English ($LANG$SUFFIX) spell check dictionary</name>
+ <name lang="en">$LANGNAME ($REGIONNAME) ($LANG$SUFFIX) spell check dictionary</name>
<!-- Other languages, as above -->
</display-name>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-26 13:19:36
|
Revision: 9864
http://zaf.svn.sourceforge.net/zaf/?rev=9864&view=rev
Author: dwaynebailey
Date: 2009-09-26 13:19:21 +0000 (Sat, 26 Sep 2009)
Log Message:
-----------
Add: a few B's
brandewyn
brandewyn's
Broeder
Broederbonder
broedertwis
broekielace
bult
burgher
bywoner
Modified Paths:
--------------
trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in
Modified: trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in
===================================================================
--- trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in 2009-09-26 13:17:50 UTC (rev 9863)
+++ trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in 2009-09-26 13:19:21 UTC (rev 9864)
@@ -53,8 +53,17 @@
boma
Bonsmara
boomslang
+brandewyn
+brandewyn's
+Broeder
Broederbond
+Broederbonder
+broedertwis
+broekielace
+bult
+burgher
bushveld
+bywoner
chommie
cooldrink
cooldrinks
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-26 13:17:58
|
Revision: 9863
http://zaf.svn.sourceforge.net/zaf/?rev=9863&view=rev
Author: dwaynebailey
Date: 2009-09-26 13:17:50 +0000 (Sat, 26 Sep 2009)
Log Message:
-----------
Add: Checkers, Shoprite, Woolworths, Edgars i.e. retail chains
Modified Paths:
--------------
trunk/dict/en_ZA/wordlists/wordlist.brands.in
Modified: trunk/dict/en_ZA/wordlists/wordlist.brands.in
===================================================================
--- trunk/dict/en_ZA/wordlists/wordlist.brands.in 2009-09-26 13:14:50 UTC (rev 9862)
+++ trunk/dict/en_ZA/wordlists/wordlist.brands.in 2009-09-26 13:17:50 UTC (rev 9863)
@@ -156,3 +156,8 @@
Prestik
# Pharmaceuticals
GlaxoSmithKline
+# Groceries and Fashion
+Woolworths
+Edgars
+Checkers
+Shoprite
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-26 13:14:57
|
Revision: 9862
http://zaf.svn.sourceforge.net/zaf/?rev=9862&view=rev
Author: dwaynebailey
Date: 2009-09-26 13:14:50 +0000 (Sat, 26 Sep 2009)
Log Message:
-----------
Add: ABET
Modified Paths:
--------------
trunk/dict/en_ZA/wordlists/wordlist.acronyms.in
Modified: trunk/dict/en_ZA/wordlists/wordlist.acronyms.in
===================================================================
--- trunk/dict/en_ZA/wordlists/wordlist.acronyms.in 2009-09-26 13:03:30 UTC (rev 9861)
+++ trunk/dict/en_ZA/wordlists/wordlist.acronyms.in 2009-09-26 13:14:50 UTC (rev 9862)
@@ -33,4 +33,6 @@
# Communication technology
ADSL
GPRS
+# General
+ABET
VSAT
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-26 13:03:40
|
Revision: 9861
http://zaf.svn.sourceforge.net/zaf/?rev=9861&view=rev
Author: dwaynebailey
Date: 2009-09-26 13:03:30 +0000 (Sat, 26 Sep 2009)
Log Message:
-----------
Add: wors
Modified Paths:
--------------
trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in
Modified: trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in
===================================================================
--- trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in 2009-09-25 21:46:38 UTC (rev 9860)
+++ trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in 2009-09-26 13:03:30 UTC (rev 9861)
@@ -602,6 +602,7 @@
tsotsis
vaalie
vetkoek
+wors
yebo
zol
zola budd
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-25 21:46:46
|
Revision: 9860
http://zaf.svn.sourceforge.net/zaf/?rev=9860&view=rev
Author: dwaynebailey
Date: 2009-09-25 21:46:38 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Add: paintball, palooka, pan-African*
Modified Paths:
--------------
trunk/dict/en_ZA/wordlists/wordlist.en_GB.missing.in
Modified: trunk/dict/en_ZA/wordlists/wordlist.en_GB.missing.in
===================================================================
--- trunk/dict/en_ZA/wordlists/wordlist.en_GB.missing.in 2009-09-25 21:45:51 UTC (rev 9859)
+++ trunk/dict/en_ZA/wordlists/wordlist.en_GB.missing.in 2009-09-25 21:46:38 UTC (rev 9860)
@@ -208,6 +208,11 @@
off-white
online
organogram
+paintball
+palooka
+pan-Africanism
+pan-African
+pan-Africanist
parastatal
parastatals
Pauline
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-25 21:45:57
|
Revision: 9859
http://zaf.svn.sourceforge.net/zaf/?rev=9859&view=rev
Author: dwaynebailey
Date: 2009-09-25 21:45:51 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Add: PAGAD
Modified Paths:
--------------
trunk/dict/en_ZA/wordlists/wordlist.acronyms.in
Modified: trunk/dict/en_ZA/wordlists/wordlist.acronyms.in
===================================================================
--- trunk/dict/en_ZA/wordlists/wordlist.acronyms.in 2009-09-25 21:45:06 UTC (rev 9858)
+++ trunk/dict/en_ZA/wordlists/wordlist.acronyms.in 2009-09-25 21:45:51 UTC (rev 9859)
@@ -21,6 +21,7 @@
DoC
CSIR
CSSA
+PAGAD
PanSALB
ZANU
ZANU-PF
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-25 21:45:15
|
Revision: 9858
http://zaf.svn.sourceforge.net/zaf/?rev=9858&view=rev
Author: dwaynebailey
Date: 2009-09-25 21:45:06 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Add: padloper
Modified Paths:
--------------
trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in
Modified: trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in
===================================================================
--- trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in 2009-09-25 21:26:12 UTC (rev 9857)
+++ trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in 2009-09-25 21:45:06 UTC (rev 9858)
@@ -401,6 +401,7 @@
Ovambos
Overberg
padkos
+padloper
pampoen
panga
pannekoek
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-25 21:26:23
|
Revision: 9857
http://zaf.svn.sourceforge.net/zaf/?rev=9857&view=rev
Author: dwaynebailey
Date: 2009-09-25 21:26:12 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Add: blog*
Modified Paths:
--------------
trunk/dict/en_ZA/wordlists/wordlist.computers.in
Modified: trunk/dict/en_ZA/wordlists/wordlist.computers.in
===================================================================
--- trunk/dict/en_ZA/wordlists/wordlist.computers.in 2009-09-25 21:25:32 UTC (rev 9856)
+++ trunk/dict/en_ZA/wordlists/wordlist.computers.in 2009-09-25 21:26:12 UTC (rev 9857)
@@ -17,6 +17,9 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# Terms
+blog
+blogs
+blog's
blogged
blogger
bloggers
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-25 21:25:41
|
Revision: 9856
http://zaf.svn.sourceforge.net/zaf/?rev=9856&view=rev
Author: dwaynebailey
Date: 2009-09-25 21:25:32 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Add: JavaScript's https
Modified Paths:
--------------
trunk/dict/en_ZA/wordlists/wordlist.en_GB.missing.in
Modified: trunk/dict/en_ZA/wordlists/wordlist.en_GB.missing.in
===================================================================
--- trunk/dict/en_ZA/wordlists/wordlist.en_GB.missing.in 2009-09-25 18:11:41 UTC (rev 9855)
+++ trunk/dict/en_ZA/wordlists/wordlist.en_GB.missing.in 2009-09-25 21:25:32 UTC (rev 9856)
@@ -163,6 +163,7 @@
house-sitter
house-sitters
house-sitter's
+https
ICT
ICTs
impalas
@@ -170,6 +171,7 @@
internship
internships
internship's
+JavaScript's
lifeboatman
!likable
likeability
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-25 18:12:09
|
Revision: 9855
http://zaf.svn.sourceforge.net/zaf/?rev=9855&view=rev
Author: dwaynebailey
Date: 2009-09-25 18:11:41 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Create .aff.in files for all remaining checkers
Modified Paths:
--------------
trunk/dict/st/hunspell/st_ZA.aff.in
Added Paths:
-----------
trunk/dict/en_ZA/hunspell/
trunk/dict/en_ZA/hunspell/en_ZA.aff.in
trunk/dict/nr/hunspell/
trunk/dict/nr/hunspell/nr_ZA.aff.in
trunk/dict/nso/hunspell/
trunk/dict/nso/hunspell/ns_ZA.aff.in
trunk/dict/ss/hunspell/
trunk/dict/ss/hunspell/ss_ZA.aff.in
trunk/dict/tn/hunspell/
trunk/dict/tn/hunspell/tn_ZA.aff.in
trunk/dict/ts/hunspell/
trunk/dict/ts/hunspell/ts_ZA.aff.in
trunk/dict/ve/hunspell/
trunk/dict/ve/hunspell/ve_ZA.aff.in
trunk/dict/xh/hunspell/
trunk/dict/xh/hunspell/xh_ZA.aff.in
Copied: trunk/dict/en_ZA/hunspell/en_ZA.aff.in (from rev 9846, trunk/dict/en_ZA/myspell/en_ZA.aff)
===================================================================
--- trunk/dict/en_ZA/hunspell/en_ZA.aff.in (rev 0)
+++ trunk/dict/en_ZA/hunspell/en_ZA.aff.in 2009-09-25 18:11:41 UTC (rev 9855)
@@ -0,0 +1,1159 @@
+# Affix file for British English MySpell dictionary
+# Also suitable as basis for Commonwealth and European English.
+# Built from scratch for MySpell. Released under LGPL.
+#
+# David Bartlett, Andrew Brown.
+# R 1.18, 11/04/05
+SET ISO8859-1
+TRY esia\xE9nrtolcdugmfphbyvkw-'.zqjxSNRTLCGDMFPHBEAUYOIVKW\xF3\xF6\xE2\xF4ZQJX\xC5\xE7\xE8\xEE\xEA\xE0\xEF\xFC\xE4\xF1
+REP 36
+REP f ph
+REP ph f
+REP f gh
+REP f ugh
+REP gh f
+REP ff ugh
+REP uf ough
+REP uff ough
+REP k ch
+REP ch k
+REP dg j
+REP j dg
+REP w ugh
+REP ness ity
+REP leness ility
+REP ness ivity
+REP eness ity
+REP og ogue
+REP ck qu
+REP ck que
+REP eg e.g.
+REP ie i.e.
+REP t ght
+REP ght t
+REP ok OK
+REP ts ce
+REP ce ts
+REP ter tor
+REP tor ter
+REP se ce
+REP ce se
+REP ie y
+REP y ie
+REP ll l
+REP l ll
+REP ua ue
+PFX A Y 2
+PFX A 0 re [^e]
+PFX A 0 re- e
+PFX a Y 1
+PFX a 0 mis .
+PFX I Y 4
+PFX I 0 il l
+PFX I 0 ir r
+PFX I 0 im [bmp]
+PFX I 0 in [^blmpr]
+PFX c Y 1
+PFX c 0 over .
+PFX U Y 1
+PFX U 0 un .
+PFX C Y 2
+PFX C 0 de [^e]
+PFX C 0 de- e
+PFX E Y 1
+PFX E 0 dis .
+PFX F Y 5
+PFX F 0 com [bmp]
+PFX F 0 co [aeiouh]
+PFX F 0 cor r
+PFX F 0 col l
+PFX F 0 con [^abehilmopru].
+PFX K Y 1
+PFX K 0 pre .
+PFX e Y 1
+PFX e 0 out .
+PFX f Y 2
+PFX f 0 under [^r]
+PFX f 0 under- r
+PFX O Y 1
+PFX O 0 non- .
+PFX 4 Y 1
+PFX 4 0 trans .
+SFX V Y 15
+SFX V 0 tive [aio]
+SFX V b ptive b
+SFX V d sive d
+SFX V be ptive be
+SFX V e tive ce
+SFX V de sive de
+SFX V ke cative ke
+SFX V e ptive me
+SFX V e ive [st]e
+SFX V e ative [^bcdkmst]e
+SFX V 0 lative [aeiou]l
+SFX V 0 ative [^aeiou]l
+SFX V 0 ive [st]
+SFX V y icative y
+SFX V 0 ative [^abdeilosty]
+SFX v Y 15
+SFX v 0 tively [aio]
+SFX v b ptively b
+SFX v d sively d
+SFX v be ptively be
+SFX v e tively ce
+SFX v de sively de
+SFX v ke catively ke
+SFX v e ptively me
+SFX v e ively [st]e
+SFX v e atively [^bcdkmst]e
+SFX v 0 latively [aeiou]l
+SFX v 0 atively [^aeiou]l
+SFX v 0 ively [st]
+SFX v y icatively y
+SFX v 0 atively [^abdeilosty]
+SFX u Y 15
+SFX u 0 tiveness [aio]
+SFX u b ptiveness b
+SFX u d siveness d
+SFX u be ptiveness be
+SFX u e tiveness ce
+SFX u de siveness de
+SFX u ke cativeness ke
+SFX u e ptiveness me
+SFX u e iveness [st]e
+SFX u e ativeness [^bcdkmst]e
+SFX u 0 lativeness [aeiou]l
+SFX u 0 ativeness [^aeiou]l
+SFX u 0 iveness [st]
+SFX u y icativeness y
+SFX u 0 ativeness [^abdeilosty]
+SFX N Y 26
+SFX N b ption b
+SFX N d sion d
+SFX N be ption be
+SFX N e tion ce
+SFX N de sion de
+SFX N ke cation ke
+SFX N e ption ume
+SFX N e mation [^u]me
+SFX N e ion [^o]se
+SFX N e ition ose
+SFX N e ation [iou]te
+SFX N e ion [^iou]te
+SFX N e ation [^bcdkmst]e
+SFX N el ulsion el
+SFX N 0 lation [aiou]l
+SFX N 0 ation [^aeiou]l
+SFX N 0 mation [aeiou]m
+SFX N 0 ation [^aeiou]m
+SFX N er ration er
+SFX N 0 ation [^e]r
+SFX N 0 ion [sx]
+SFX N t ssion mit
+SFX N 0 ion [^m]it
+SFX N 0 ation [^i]t
+SFX N y ication y
+SFX N 0 ation [^bdelmrstxy]
+SFX n Y 28
+SFX n 0 tion a
+SFX n e tion ce
+SFX n ke cation ke
+SFX n e ation [iou]te
+SFX n e ion [^iou]te
+SFX n e ation [^ckt]e
+SFX n el ulsion el
+SFX n 0 lation [aiou]l
+SFX n 0 ation [^aeiou]l
+SFX n er ration er
+SFX n 0 ation [^e]r
+SFX n y ation py
+SFX n y ication [^p]y
+SFX n 0 ation [^aelry]
+SFX n 0 tions a
+SFX n e tions ce
+SFX n ke cations ke
+SFX n e ations [iou]te
+SFX n e ions [^iou]te
+SFX n e ations [^ckt]e
+SFX n el ulsions el
+SFX n 0 lations [aiou]l
+SFX n 0 ations [^aeiou]l
+SFX n er rations er
+SFX n 0 ations [^e]r
+SFX n y ations py
+SFX n y ications [^p]y
+SFX n 0 ations [^aelry]
+SFX X Y 26
+SFX X b ptions b
+SFX X d sions d
+SFX X be ptions be
+SFX X e tions ce
+SFX X ke cations ke
+SFX X de sions de
+SFX X e ptions ume
+SFX X e mations [^u]me
+SFX X e ions [^o]se
+SFX X e itions ose
+SFX X e ations [iou]te
+SFX X e ions [^iou]te
+SFX X e ations [^bcdkmst]e
+SFX X el ulsions el
+SFX X 0 lations [aiou]l
+SFX X 0 ations [^aeiou]l
+SFX X 0 mations [aeiou]m
+SFX X 0 ations [^aeiou]m
+SFX X er rations er
+SFX X 0 ations [^e]r
+SFX X 0 ions [sx]
+SFX X t ssions mit
+SFX X 0 ions [^m]it
+SFX X 0 ations [^i]t
+SFX X y ications y
+SFX X 0 ations [^bdelmrstxy]
+SFX x Y 40
+SFX x b ptional b
+SFX x d sional d
+SFX x be ptional be
+SFX x e tional ce
+SFX x ke cational ke
+SFX x de sional de
+SFX x e ional [^o]se
+SFX x e itional ose
+SFX x e ional te
+SFX x e ational [^bcdkst]e
+SFX x el ulsional el
+SFX x 0 lational [aiou]l
+SFX x 0 ational [^aeiou]l
+SFX x er rational er
+SFX x 0 ational [^e]r
+SFX x 0 ional [sx]
+SFX x 0 ional [^n]t
+SFX x 0 ational nt
+SFX x y icational y
+SFX x 0 ational [^bdelrstxy]
+SFX x b ptionally b
+SFX x d sionally d
+SFX x be ptionally be
+SFX x e tionally ce
+SFX x ke cationally ke
+SFX x de sionally de
+SFX x e ionally [^o]se
+SFX x e itionally ose
+SFX x e ionally te
+SFX x e ationally [^bcdkst]e
+SFX x el ulsionally el
+SFX x 0 lationally [aiou]l
+SFX x 0 ationally [^aeiou]l
+SFX x er rationally er
+SFX x 0 ationally [^e]r
+SFX x 0 ionally [sx]
+SFX x 0 ionally [^n]t
+SFX x 0 ationally nt
+SFX x y icationally y
+SFX x 0 ationally [^bdelrstxy]
+SFX H N 13
+SFX H y ieth y
+SFX H ree ird ree
+SFX H ve fth ve
+SFX H e th [^ev]e
+SFX H 0 h t
+SFX H 0 th [^ety]
+SFX H y ieths y
+SFX H ree irds ree
+SFX H ve fths ve
+SFX H e ths [^ev]e
+SFX H 0 hs t
+SFX H 0 ths [^ety]
+SFX H 0 fold .
+SFX Y Y 9
+SFX Y 0 ally ic
+SFX Y 0 ly [^i]c
+SFX Y e y [^aeiou]le
+SFX Y 0 ly [aeiou]le
+SFX Y 0 ly [^l]e
+SFX Y 0 y [^aeiou]l
+SFX Y y ily [^aeiou]y
+SFX Y 0 ly [aeiou][ly]
+SFX Y 0 ly [^cely]
+SFX G Y 24
+SFX G e ing [^eioy]e
+SFX G 0 ing [eoy]e
+SFX G ie ying ie
+SFX G 0 bing [^aeio][aeiou]b
+SFX G 0 king [^aeio][aeiou]c
+SFX G 0 ding [^aeio][aeiou]d
+SFX G 0 fing [^aeio][aeiou]f
+SFX G 0 ging [^aeio][aeiou]g
+SFX G 0 king [^aeio][aeiou]k
+SFX G 0 ling [^aeio][eiou]l
+SFX G 0 ing [aeio][eiou]l
+SFX G 0 ling [^aeo]al
+SFX G 0 ing [aeo]al
+SFX G 0 ming [^aeio][aeiou]m
+SFX G 0 ning [^aeio][aeiou]n
+SFX G 0 ping [^aeio][aeiou]p
+SFX G 0 ring [^aeio][aeiou]r
+SFX G 0 sing [^aeio][aeiou]s
+SFX G 0 ting [^aeio][aeiou]t
+SFX G 0 ving [^aeio][aeiou]v
+SFX G 0 zing [^aeio][aeiou]z
+SFX G 0 ing [aeio][aeiou][bcdfgkmnprstvz]
+SFX G 0 ing [^aeiou][bcdfgklmnprstvz]
+SFX G 0 ing [^ebcdfgklmnprstvz]
+SFX J Y 25
+SFX J e ings [^eioy]e
+SFX J 0 ings [eoy]e
+SFX J ie yings ie
+SFX J 0 bings [^aeio][aeiou]b
+SFX J 0 king [^aeio][aeiou]c
+SFX J 0 dings [^aeio][aeiou]d
+SFX J 0 fings [^aeio][aeiou]f
+SFX J 0 gings [^aeio][aeiou]g
+SFX J 0 kings [^aeio][aeiou]k
+SFX J 0 lings [^aeio][eiou]l
+SFX J 0 ings [aeio][eiou]l
+SFX J 0 lings [^aeo]al
+SFX J 0 ings [aeo]al
+SFX J 0 mings [^aeio][aeiou]m
+SFX J 0 nings [^aeio][aiou]n
+SFX J 0 pings [^aeio][aeiou]p
+SFX J 0 rings [^aeio][aiou]r
+SFX J 0 sings [^aeio][aeiou]s
+SFX J 0 tings [^aeio][aiou]t
+SFX J 0 vings [^aeio][aeiou]v
+SFX J 0 zings [^aeio][aeiou]z
+SFX J 0 ings [^aeio]e[nrt]
+SFX J 0 ings [aeio][aeiou][bcdfgkmnprstvz]
+SFX J 0 ings [^aeiou][bcdfgklmnprstvz]
+SFX J 0 ings [^ebcdfgklmnprstvz]
+SFX k Y 8
+SFX k e ingly [^eioy]e
+SFX k 0 ingly [eoy]e
+SFX k ie yingly ie
+SFX k 0 kingly [^aeio][aeiou]c
+SFX k 0 lingly [^aeio][aeiou]l
+SFX k 0 ingly [aeio][aeiou][cl]
+SFX k 0 ingly [^aeiou][cl]
+SFX k 0 ingly [^ecl]
+SFX D Y 25
+SFX D 0 d [^e]e
+SFX D e d ee
+SFX D 0 bed [^aeio][aeiou]b
+SFX D 0 ked [^aeio][aeiou]c
+SFX D 0 ded [^aeio][aeiou]d
+SFX D 0 fed [^aeio][aeiou]f
+SFX D 0 ged [^aeio][aeiou]g
+SFX D 0 ked [^aeio][aeiou]k
+SFX D 0 led [^aeio][eiou]l
+SFX D 0 ed [aeio][eiou]l
+SFX D 0 led [^aeo]al
+SFX D 0 ed [aeo]al
+SFX D 0 med [^aeio][aeiou]m
+SFX D 0 ned [^aeio][aeiou]n
+SFX D 0 ped [^aeio][aeiou]p
+SFX D 0 red [^aeio][aeiou]r
+SFX D 0 sed [^aeio][aeiou]s
+SFX D 0 ted [^aeio][aeiou]t
+SFX D 0 ved [^aeio][aeiou]v
+SFX D 0 zed [^aeio][aeiou]z
+SFX D y ied [^aeiou]y
+SFX D 0 ed [aeiou]y
+SFX D 0 ed [aeio][aeiou][bcdfgkmnprstvz]
+SFX D 0 ed [^aeiou][bcdfgklmnprstvz]
+SFX D 0 ed [^ebcdfgklmnprstvyz]
+SFX d Y 16
+SFX d 0 d e
+SFX d 0 ked [^aeio][aeiou]c
+SFX d 0 led [^aeio][aeiou]l
+SFX d y ied [^aeiou]y
+SFX d 0 ed [aeiou]y
+SFX d 0 ed [aeio][aeiou][cl]
+SFX d 0 ed [^aeiou][cl]
+SFX d 0 ed [^ecly]
+SFX d e ing [^eioy]e
+SFX d 0 ing [eoy]e
+SFX d ie ying ie
+SFX d 0 king [^aeio][aeiou]c
+SFX d 0 ling [^aeio][aeiou]l
+SFX d 0 ing [aeio][aeiou][cl]
+SFX d 0 ing [^aeiou][cl]
+SFX d 0 ing [^ecl]
+SFX h Y 22
+SFX h 0 dly e
+SFX h 0 bedly [^aeio][aeiou]b
+SFX h 0 kedly [^aeio][aeiou]c
+SFX h 0 dedly [^aeio][aeiou]d
+SFX h 0 fedly [^aeio][aeiou]f
+SFX h 0 gedly [^aeio][aeiou]g
+SFX h 0 kedly [^aeio][aeiou]k
+SFX h 0 ledly [^aeio][aeiou]l
+SFX h 0 medly [^aeio][aeiou]m
+SFX h 0 nedly [^aeio][aiou]n
+SFX h 0 pedly [^aeio][aeiou]p
+SFX h 0 redly [^aeio][aiou]r
+SFX h 0 sedly [^aeio][aeiou]s
+SFX h 0 tedly [^aeio][aiou]t
+SFX h 0 vedly [^aeio][aeiou]v
+SFX h 0 zedly [^aeio][aeiou]z
+SFX h 0 edly [^aeio]e[nrt]
+SFX h y iedly [^aeiou]y
+SFX h 0 edly [aeiou]y
+SFX h 0 edly [aeio][aeiou][bcdfgklmnprstvz]
+SFX h 0 edly [^aeiou][bcdfgklmnprstvz]
+SFX h 0 edly [^ebcdfgklmnprstvyz]
+SFX i Y 22
+SFX i 0 dness e
+SFX i 0 bedness [^aeio][aeiou]b
+SFX i 0 kedness [^aeio][aeiou]c
+SFX i 0 dedness [^aeio][aeiou]d
+SFX i 0 fedness [^aeio][aeiou]f
+SFX i 0 gedness [^aeio][aeiou]g
+SFX i 0 kedness [^aeio][aeiou]k
+SFX i 0 ledness [^aeio][aeiou]l
+SFX i 0 medness [^aeio][aeiou]m
+SFX i 0 nedness [^aeio][aiou]n
+SFX i 0 pedness [^aeio][aeiou]p
+SFX i 0 redness [^aeio][aiou]r
+SFX i 0 sedness [^aeio][aeiou]s
+SFX i 0 tedness [^aeio][aiou]t
+SFX i 0 vedness [^aeio][aeiou]v
+SFX i 0 zedness [^aeio][aeiou]z
+SFX i 0 edness [^aeio]e[nrt]
+SFX i y iedness [^aeiou]y
+SFX i 0 edness [aeiou]y
+SFX i 0 edness [aeio][aeiou][bcdfgklmnprstvz]
+SFX i 0 edness [^aeiou][bcdfgklmnprstvz]
+SFX i 0 edness [^ebcdfgklmnprstvyz]
+SFX T Y 42
+SFX T 0 r e
+SFX T 0 st e
+SFX T 0 ber [^aeio][aeiou]b
+SFX T 0 best [^aeio][aeiou]b
+SFX T 0 ker [^aeio][aeiou]c
+SFX T 0 kest [^aeio][aeiou]c
+SFX T 0 der [^aeio][aeiou]d
+SFX T 0 dest [^aeio][aeiou]d
+SFX T 0 fer [^aeio][aeiou]f
+SFX T 0 fest [^aeio][aeiou]f
+SFX T 0 ger [^aeio][aeiou]g
+SFX T 0 gest [^aeio][aeiou]g
+SFX T 0 ker [^aeio][aeiou]k
+SFX T 0 kest [^aeio][aeiou]k
+SFX T 0 ler [^aeio][aeiou]l
+SFX T 0 lest [^aeio][aeiou]l
+SFX T 0 mer [^aeio][aeiou]m
+SFX T 0 mest [^aeio][aeiou]m
+SFX T 0 ner [^aeio][aeiou]n
+SFX T 0 nest [^aeio][aeiou]n
+SFX T 0 per [^aeio][aeiou]p
+SFX T 0 pest [^aeio][aeiou]p
+SFX T 0 rer [^aeio][aeiou]r
+SFX T 0 rest [^aeio][aeiou]r
+SFX T 0 ser [^aeio][aeiou]s
+SFX T 0 sest [^aeio][aeiou]s
+SFX T 0 ter [^aeio][aeiou]t
+SFX T 0 test [^aeio][aeiou]t
+SFX T 0 ver [^aeio][aeiou]v
+SFX T 0 vest [^aeio][aeiou]v
+SFX T 0 zer [^aeio][aeiou]z
+SFX T 0 zest [^aeio][aeiou]z
+SFX T y ier [^aeiou]y
+SFX T y iest [^aeiou]y
+SFX T 0 er [aeiou]y
+SFX T 0 est [aeiou]y
+SFX T 0 er [aeio][aeiou][bcdfgklmnprstvz]
+SFX T 0 er [^aeiou][bcdfgklmnprstvz]
+SFX T 0 er [^ebcdfgklmnprstvyz]
+SFX T 0 est [aeio][aeiou][bcdfgklmnprstvz]
+SFX T 0 est [^aeiou][bcdfgklmnprstvz]
+SFX T 0 est [^ebcdfgklmnprstvyz]
+SFX R Y 72
+SFX R 0 r e
+SFX R 0 rs e
+SFX R 0 ber [^aeio][aeiou]b
+SFX R 0 bers [^aeio][aeiou]b
+SFX R 0 ker [^aeio][aeiou]c
+SFX R 0 kers [^aeio][aeiou]c
+SFX R 0 der [^aeio][aeiou]d
+SFX R 0 ders [^aeio][aeiou]d
+SFX R 0 fer [^aeio][aeiou]f
+SFX R 0 fers [^aeio][aeiou]f
+SFX R 0 ger [^aeio][aeiou]g
+SFX R 0 gers [^aeio][aeiou]g
+SFX R 0 ker [^aeio][aeiou]k
+SFX R 0 kers [^aeio][aeiou]k
+SFX R 0 ler [^aeio][eiou]l
+SFX R 0 er [aeio][eiou]l
+SFX R 0 ler [^aeo]al
+SFX R 0 er [aeo]al
+SFX R 0 lers [^aeio][eiou]l
+SFX R 0 ers [aeio][eiou]l
+SFX R 0 lers [^aeo]al
+SFX R 0 ers [aeo]al
+SFX R 0 mer [^aeio][aeiou]m
+SFX R 0 mers [^aeio][aeiou]m
+SFX R 0 ner [^aeio][aeiou]n
+SFX R 0 ners [^aeio][aeiou]n
+SFX R 0 per [^aeio][aeiou]p
+SFX R 0 pers [^aeio][aeiou]p
+SFX R 0 rer [^aeio][aeiou]r
+SFX R 0 rers [^aeio][aeiou]r
+SFX R 0 ser [^aeio][aeiou]s
+SFX R 0 sers [^aeio][aeiou]s
+SFX R 0 ter [^aeio][aeiou]t
+SFX R 0 ters [^aeio][aeiou]t
+SFX R 0 ver [^aeio][aeiou]v
+SFX R 0 vers [^aeio][aeiou]v
+SFX R 0 zer [^aeio][aeiou]z
+SFX R 0 zers [^aeio][aeiou]z
+SFX R y ier [^aeiou]y
+SFX R y iers [^aeiou]y
+SFX R 0 er [aeiou]y
+SFX R 0 ers [aeiou]y
+SFX R 0 er [aeio][aeiou][bcdfgkmnprstvz]
+SFX R 0 ers [aeio][aeiou][bcdfgkmnprstvz]
+SFX R 0 er [^aeiou][bcdfgklmnprstvz]
+SFX R 0 ers [^aeiou][bcdfgklmnprstvz]
+SFX R 0 er [^ebcdfgklmnprstvyz]
+SFX R 0 ers [^ebcdfgklmnprstvyz]
+SFX R 0 r's e
+SFX R 0 ber's [^aeio][aeiou]b
+SFX R 0 ker's [^aeio][aeiou]c
+SFX R 0 der's [^aeio][aeiou]d
+SFX R 0 fer's [^aeio][aeiou]f
+SFX R 0 ger's [^aeio][aeiou]g
+SFX R 0 ker's [^aeio][aeiou]k
+SFX R 0 ler's [^aeio][eiou]l
+SFX R 0 er's [aeio][eiou]l
+SFX R 0 ler's [^aeo]al
+SFX R 0 er's [aeo]al
+SFX R 0 mer's [^aeio][aeiou]m
+SFX R 0 ner's [^aeio][aeiou]n
+SFX R 0 per's [^aeio][aeiou]p
+SFX R 0 rer's [^aeio][aeiou]r
+SFX R 0 ser's [^aeio][aeiou]s
+SFX R 0 ter's [^aeio][aeiou]t
+SFX R 0 ver's [^aeio][aeiou]v
+SFX R 0 zer's [^aeio][aeiou]z
+SFX R y ier's [^aeiou]y
+SFX R 0 er's [aeiou]y
+SFX R 0 er's [aeio][aeiou][bcdfgkmnprstvz]
+SFX R 0 er's [^aeiou][bcdfgklmnprstvz]
+SFX R 0 er's [^ebcdfgklmnprstvyz]
+SFX r Y 24
+SFX r 0 r e
+SFX r 0 ler [^aeio][aeiou]l
+SFX r 0 ker [^aeio][aeiou]c
+SFX r y ier [^aeiou]y
+SFX r 0 er [aeiou]y
+SFX r 0 er [aeio][aeiou][cl]
+SFX r 0 er [^aeiou][cl]
+SFX r 0 er [^ecly]
+SFX r 0 rs e
+SFX r 0 lers [^aeio][aeiou]l
+SFX r 0 kers [^aeio][aeiou]c
+SFX r y iers [^aeiou]y
+SFX r 0 ers [aeiou]y
+SFX r 0 ers [aeio][aeiou][cl]
+SFX r 0 ers [^aeiou][cl]
+SFX r 0 ers [^ecly]
+SFX r 0 r's e
+SFX r 0 ler's [^aeio][aeiou]l
+SFX r 0 ker's [^aeio][aeiou]c
+SFX r y ier's [^aeiou]y
+SFX r 0 er's [aeiou]y
+SFX r 0 er's [aeio][aeiou][cl]
+SFX r 0 er's [^aeiou][cl]
+SFX r 0 er's [^ecly]
+SFX S Y 9
+SFX S y ies [^aeiou]y
+SFX S 0 s [aeiou]y
+SFX S 0 es [sxz]
+SFX S 0 es [cs]h
+SFX S 0 s [^cs]h
+SFX S 0 s [ae]u
+SFX S 0 x [ae]u
+SFX S 0 s [^ae]u
+SFX S 0 s [^hsuxyz]
+SFX P Y 6
+SFX P y iness [^aeiou]y
+SFX P 0 ness [aeiou]y
+SFX P 0 ness [^y]
+SFX P y iness's [^aeiou]y
+SFX P 0 ness's [aeiou]y
+SFX P 0 ness's [^y]
+SFX m Y 20
+SFX m 0 sman [bdknmt]
+SFX m 0 sman [aeiou][bdklmnt]e
+SFX m 0 man [^aeiou][bdklmnt]e
+SFX m 0 man [^bdklmnt]e
+SFX m 0 man [^bdeknmt]
+SFX m 0 smen [bdknmt]
+SFX m 0 smen [aeiou][bdklmnt]e
+SFX m 0 men [^aeiou][bdklmnt]e
+SFX m 0 men [^bdklmnt]e
+SFX m 0 men [^bdeknmt]
+SFX m 0 sman's [bdknmt]
+SFX m 0 sman's [aeiou][bdklmnt]e
+SFX m 0 man's [^aeiou][bdklmnt]e
+SFX m 0 man's [^bdklmnt]e
+SFX m 0 man's [^bdeknmt]
+SFX m 0 smen's [bdknmt]
+SFX m 0 smen's [aeiou][bdklmnt]e
+SFX m 0 men's [^aeiou][bdklmnt]e
+SFX m 0 men's [^bdklmnt]e
+SFX m 0 men's [^bdeknmt]
+SFX 5 Y 15
+SFX 5 0 swoman [bdknmt]
+SFX 5 0 swoman [aeiou][bdklmnt]e
+SFX 5 0 woman [^aeiou][bdklmnt]e
+SFX 5 0 woman [^bdklmnt]e
+SFX 5 0 woman [^bdeknmt]
+SFX 5 0 swomen [bdknmt]
+SFX 5 0 swomen [aeiou][bdklmnt]e
+SFX 5 0 women [^aeiou][bdklmnt]e
+SFX 5 0 women [^bdklmnt]e
+SFX 5 0 women [^bdeknmt]
+SFX 5 0 swoman's [bdknmt]
+SFX 5 0 swoman's [aeiou][bdklmnt]e
+SFX 5 0 woman's [^aeiou][bdklmnt]e
+SFX 5 0 woman's [^bdklmnt]e
+SFX 5 0 woman's [^bdeknmt]
+SFX 6 Y 3
+SFX 6 y iful [^aeiou]y
+SFX 6 0 ful [aeiou]y
+SFX 6 0 ful [^y]
+SFX j Y 3
+SFX j y ifully [^aeiou]y
+SFX j 0 fully [aeiou]y
+SFX j 0 fully [^y]
+SFX p Y 5
+SFX p y iless [^aeiou]y
+SFX p 0 less [aeiou]y
+SFX p 0 ess ll
+SFX p 0 less [^l]l
+SFX p 0 less [^ly]
+SFX Q Y 44
+SFX Q 0 tise a
+SFX Q e ise [^l]e
+SFX Q le ilise [^aeiou]le
+SFX Q e ise [aeiou]le
+SFX Q um ise um
+SFX Q 0 ise [^u]m
+SFX Q s se is
+SFX Q 0 ise [^i]s
+SFX Q y ise [^aeiou]y
+SFX Q 0 ise [aeiou]y
+SFX Q 0 ise [^aemsy]
+SFX Q 0 tises a
+SFX Q e ises [^l]e
+SFX Q le ilises [^aeiou]le
+SFX Q e ises [aeiou]le
+SFX Q um ises um
+SFX Q 0 ises [^u]m
+SFX Q s ses is
+SFX Q 0 ises [^i]s
+SFX Q y ises [^aeiou]y
+SFX Q 0 ises [aeiou]y
+SFX Q 0 ises [^aemsy]
+SFX Q 0 tised a
+SFX Q e ised [^l]e
+SFX Q le ilised [^aeiou]le
+SFX Q e ised [aeiou]le
+SFX Q um ised um
+SFX Q 0 ised [^u]m
+SFX Q s sed is
+SFX Q 0 ised [^i]s
+SFX Q y ised [^aeiou]y
+SFX Q 0 ised [aeiou]y
+SFX Q 0 ised [^aemsy]
+SFX Q 0 tising a
+SFX Q e ising [^l]e
+SFX Q le ilising [^aeiou]le
+SFX Q e ising [aeiou]le
+SFX Q um ising um
+SFX Q 0 ising [^u]m
+SFX Q s sing is
+SFX Q 0 ising [^i]s
+SFX Q y ising [^aeiou]y
+SFX Q 0 ising [aeiou]y
+SFX Q 0 ising [^aemsy]
+SFX 8 Y 44
+SFX 8 0 tize a
+SFX 8 e ize [^l]e
+SFX 8 le ilize [^aeiou]le
+SFX 8 e ize [aeiou]le
+SFX 8 um ize um
+SFX 8 0 ize [^u]m
+SFX 8 s ze is
+SFX 8 0 ize [^i]s
+SFX 8 y ize [^aeiou]y
+SFX 8 0 ize [aeiou]y
+SFX 8 0 ize [^aemsy]
+SFX 8 0 tizes a
+SFX 8 e izes [^l]e
+SFX 8 le ilizes [^aeiou]le
+SFX 8 e izes [aeiou]le
+SFX 8 um izes um
+SFX 8 0 izes [^u]m
+SFX 8 s zes is
+SFX 8 0 izes [^i]s
+SFX 8 y izes [^aeiou]y
+SFX 8 0 izes [aeiou]y
+SFX 8 0 izes [^aemsy]
+SFX 8 0 tized a
+SFX 8 e ized [^l]e
+SFX 8 le ilized [^aeiou]le
+SFX 8 e ized [aeiou]le
+SFX 8 um ized um
+SFX 8 0 ized [^u]m
+SFX 8 s zed is
+SFX 8 0 ized [^i]s
+SFX 8 y ized [^aeiou]y
+SFX 8 0 ized [aeiou]y
+SFX 8 0 ized [^aemsy]
+SFX 8 0 tizing a
+SFX 8 e izing [^l]e
+SFX 8 le ilizing [^aeiou]le
+SFX 8 e izing [aeiou]le
+SFX 8 um izing um
+SFX 8 0 izing [^u]m
+SFX 8 s zing is
+SFX 8 0 izing [^i]s
+SFX 8 y izing [^aeiou]y
+SFX 8 0 izing [aeiou]y
+SFX 8 0 izing [^aemsy]
+SFX q Y 22
+SFX q 0 tisation a
+SFX q e isation [^l]e
+SFX q le ilisation [^aeiou]le
+SFX q e isation [aeiou]le
+SFX q um isation um
+SFX q 0 isation [^u]m
+SFX q s sation is
+SFX q 0 isation [^i]s
+SFX q y isation [^aeiou]y
+SFX q 0 isation [aeiou]y
+SFX q 0 isation [^aemsy]
+SFX q 0 tisations a
+SFX q e isations [^l]e
+SFX q le ilisations [^aeiou]le
+SFX q e isations [aeiou]le
+SFX q um isations um
+SFX q 0 isations [^u]m
+SFX q s sations is
+SFX q 0 isations [^i]s
+SFX q y isations [^aeiou]y
+SFX q 0 isations [aeiou]y
+SFX q 0 isations [^aemsy]
+SFX - Y 22
+SFX - 0 tization a
+SFX - e ization [^l]e
+SFX - le ilization [^aeiou]le
+SFX - e ization [aeiou]le
+SFX - um ization um
+SFX - 0 ization [^u]m
+SFX - s zation is
+SFX - 0 ization [^i]s
+SFX - y ization [^aeiou]y
+SFX - 0 ization [aeiou]y
+SFX - 0 ization [^aemsy]
+SFX - 0 tizations a
+SFX - e izations [^l]e
+SFX - le ilizations [^aeiou]le
+SFX - e izations [aeiou]le
+SFX - um izations um
+SFX - 0 izations [^u]m
+SFX - s zations is
+SFX - 0 izations [^i]s
+SFX - y izations [^aeiou]y
+SFX - 0 izations [aeiou]y
+SFX - 0 izations [^aemsy]
+SFX s Y 33
+SFX s 0 tiser a
+SFX s e iser [^l]e
+SFX s le iliser [^aeiou]le
+SFX s e iser [aeiou]le
+SFX s um iser um
+SFX s 0 iser [^u]m
+SFX s s ser is
+SFX s 0 iser [^i]s
+SFX s y iser [^aeiou]y
+SFX s 0 iser [aeiou]y
+SFX s 0 iser [^aemsy]
+SFX s 0 tisers a
+SFX s e isers [^l]e
+SFX s le ilisers [^aeiou]le
+SFX s e isers [aeiou]le
+SFX s um isers um
+SFX s 0 isers [^u]m
+SFX s s sers is
+SFX s 0 isers [^i]s
+SFX s y isers [^aeiou]y
+SFX s 0 isers [aeiou]y
+SFX s 0 isers [^aemsy]
+SFX s 0 tiser's a
+SFX s e iser's [^l]e
+SFX s le iliser's [^aeiou]le
+SFX s e iser's [aeiou]le
+SFX s um iser's um
+SFX s 0 iser's [^u]m
+SFX s s ser's is
+SFX s 0 iser's [^i]s
+SFX s y iser's [^aeiou]y
+SFX s 0 iser's [aeiou]y
+SFX s 0 iser's [^aemsy]
+SFX 9 Y 33
+SFX 9 0 tizer a
+SFX 9 e izer [^l]e
+SFX 9 le ilizer [^aeiou]le
+SFX 9 e izer [aeiou]le
+SFX 9 um izer um
+SFX 9 0 izer [^u]m
+SFX 9 s zer is
+SFX 9 0 izer [^i]s
+SFX 9 y izer [^aeiou]y
+SFX 9 0 izer [aeiou]y
+SFX 9 0 izer [^aemsy]
+SFX 9 0 tizers a
+SFX 9 e izers [^l]e
+SFX 9 le ilizers [^aeiou]le
+SFX 9 e izers [aeiou]le
+SFX 9 um izers um
+SFX 9 0 izers [^u]m
+SFX 9 s zers is
+SFX 9 0 izers [^i]s
+SFX 9 y izers [^aeiou]y
+SFX 9 0 izers [aeiou]y
+SFX 9 0 izers [^aemsy]
+SFX 9 0 tizer's a
+SFX 9 e izer's [^l]e
+SFX 9 le ilizer's [^aeiou]le
+SFX 9 e izer's [aeiou]le
+SFX 9 um izer's um
+SFX 9 0 izer's [^u]m
+SFX 9 s zer's is
+SFX 9 0 izer's [^i]s
+SFX 9 y izer's [^aeiou]y
+SFX 9 0 izer's [aeiou]y
+SFX 9 0 izer's [^aemsy]
+SFX t Y 22
+SFX t 0 tisable a
+SFX t e isable [^l]e
+SFX t le ilisable [^aeiou]le
+SFX t e isable [aeiou]le
+SFX t um isable um
+SFX t 0 isable [^u]m
+SFX t s sable is
+SFX t 0 isable [^i]s
+SFX t y isable [^aeiou]y
+SFX t 0 isable [aeiou]y
+SFX t 0 isable [^aemsy]
+SFX t 0 tisability a
+SFX t e isability [^l]e
+SFX t le ilisability [^aeiou]le
+SFX t e isability [aeiou]le
+SFX t um isability um
+SFX t 0 isability [^u]m
+SFX t s sability is
+SFX t 0 isability [^i]s
+SFX t y isability [^aeiou]y
+SFX t 0 isability [aeiou]y
+SFX t 0 isability [^aemsy]
+SFX + Y 22
+SFX + 0 tizable a
+SFX + e izable [^l]e
+SFX + le ilizable [^aeiou]le
+SFX + e izable [aeiou]le
+SFX + um izable um
+SFX + 0 izable [^u]m
+SFX + s zable is
+SFX + 0 izable [^i]s
+SFX + y izable [^aeiou]y
+SFX + 0 izable [aeiou]y
+SFX + 0 izable [^aemsy]
+SFX + 0 tizability a
+SFX + e izability [^l]e
+SFX + le ilizability [^aeiou]le
+SFX + e izability [aeiou]le
+SFX + um izability um
+SFX + 0 izability [^u]m
+SFX + s zability is
+SFX + 0 izability [^i]s
+SFX + y izability [^aeiou]y
+SFX + 0 izability [aeiou]y
+SFX + 0 izability [^aemsy]
+SFX M Y 1
+SFX M 0 's .
+SFX B Y 48
+SFX B e able [^acegilotu]e
+SFX B 0 able [acegilou]e
+SFX B te ble ate
+SFX B e able [^a]te
+SFX B 0 bable [^aeio][aeiou]b
+SFX B 0 kable [^aeio][aeiou]c
+SFX B 0 dable [^aeio][aeiou]d
+SFX B 0 fable [^aeio][aeiou]f
+SFX B 0 gable [^aeio][aeiou]g
+SFX B 0 kable [^aeio][aeiou]k
+SFX B 0 lable [^aeio][aeiou]l
+SFX B 0 mable [^aeio][aeiou]m
+SFX B 0 nable [^aeio][aeiou]n
+SFX B 0 pable [^aeio][aeiou]p
+SFX B 0 rable [^aeio][aeiou]r
+SFX B 0 sable [^aeio][aeiou]s
+SFX B 0 table [^aeio][aeiou]t
+SFX B 0 vable [^aeio][aeiou]v
+SFX B 0 zable [^aeio][aeiou]z
+SFX B 0 able [aeio][aeiou][bcdfgklmnprstvz]
+SFX B 0 able [^aeiou][bcdfgklmnprstvz]
+SFX B y iable [^aeiou]y
+SFX B 0 able [aeiou]y
+SFX B 0 able [^ebcdfgklmnprstvzy]
+SFX B e ability [^acegilotu]e
+SFX B 0 ability [acegilou]e
+SFX B te bility ate
+SFX B e ability [^a]te
+SFX B 0 bability [^aeio][aeiou]b
+SFX B 0 kability [^aeio][aeiou]c
+SFX B 0 dability [^aeio][aeiou]d
+SFX B 0 fability [^aeio][aeiou]f
+SFX B 0 gability [^aeio][aeiou]g
+SFX B 0 kability [^aeio][aeiou]k
+SFX B 0 lability [^aeio][aeiou]l
+SFX B 0 mability [^aeio][aeiou]m
+SFX B 0 nability [^aeio][aeiou]n
+SFX B 0 pability [^aeio][aeiou]p
+SFX B 0 rability [^aeio][aeiou]r
+SFX B 0 sability [^aeio][aeiou]s
+SFX B 0 tability [^aeio][aeiou]t
+SFX B 0 vability [^aeio][aeiou]v
+SFX B 0 zability [^aeio][aeiou]z
+SFX B 0 ability [aeio][aeiou][bcdfgklmnprstvz]
+SFX B 0 ability [^aeiou][bcdfgklmnprstvz]
+SFX B y iability [^aeiou]y
+SFX B 0 ability [aeiou]y
+SFX B 0 ability [^ebcdfgklmnprstvzy]
+SFX 7 Y 9
+SFX 7 e able [acegilou]e
+SFX 7 0 able [^acegilou]e
+SFX 7 0 kable [^aeio][aeiou]c
+SFX 7 0 lable [^aeio][aeiou]l
+SFX 7 0 able [aeio][aeiou][cl]
+SFX 7 0 able [^aeiou][cl]
+SFX 7 y iable [^aeiou]y
+SFX 7 0 able [aeiou]y
+SFX 7 0 able [^cely]
+SFX g Y 9
+SFX g e ability [^acegilou]e
+SFX g 0 ability [acegilou]e
+SFX g 0 kability [^aeio][aeiou]c
+SFX g 0 lability [^aeio][aeiou]l
+SFX g 0 ability [aeio][aeiou][cl]
+SFX g 0 ability [^aeiou][cl]
+SFX g y iability [^aeiou]y
+SFX g 0 ability [aeiou]y
+SFX g 0 ability [^cely]
+SFX l Y 9
+SFX l e ably [^acegilou]e
+SFX l 0 ably [acegilou]e
+SFX l 0 kably [^aeio][aeiou]c
+SFX l 0 lably [^aeio][aeiou]l
+SFX l 0 ably [aeio][aeiou][cl]
+SFX l 0 ably [^aeiou][cl]
+SFX l y iably [^aeiou]y
+SFX l 0 ably [aeiou]y
+SFX l 0 ably [^cely]
+SFX b Y 3
+SFX b e ible [^aeiou]e
+SFX b 0 ible [aeiou]e
+SFX b 0 ible [^e]
+SFX L Y 12
+SFX L 0 ament m
+SFX L y iment [^aeiou]y
+SFX L 0 ment [aeiou]y
+SFX L 0 ment [^my]
+SFX L 0 aments m
+SFX L y iments [^aeiou]y
+SFX L 0 ments [aeiou]y
+SFX L 0 ments [^my]
+SFX L 0 ament's m
+SFX L y iment's [^aeiou]y
+SFX L 0 ment's [aeiou]y
+SFX L 0 ment's [^my]
+SFX Z Y 22
+SFX Z e y [^aeiouy]e
+SFX Z 0 y [aeiouy]e
+SFX Z 0 ey [aiouy]
+SFX Z 0 by [^aeio][aeiou]b
+SFX Z 0 ky [^aeio][aeiou]c
+SFX Z 0 dy [^aeio][aeiou]d
+SFX Z 0 fy [^aeio][aeiou]f
+SFX Z 0 gy [^aeio][aeiou]g
+SFX Z 0 ky [^aeio][aeiou]k
+SFX Z 0 ly [^aeio][aeiou]l
+SFX Z 0 my [^aeio][aeiou]m
+SFX Z 0 ny [^aeio][aiou]n
+SFX Z 0 py [^aeio][aeiou]p
+SFX Z 0 ry [^aeio][aiou]r
+SFX Z 0 sy [^aeio][aeiou]s
+SFX Z 0 ty [^aeio][aiou]t
+SFX Z 0 vy [^aeio][aeiou]v
+SFX Z 0 zy [^aeio][aeiou]z
+SFX Z 0 y [^aeio]e[nrt]
+SFX Z 0 y [aeio][aeiou][bcdfgklmnprstvz]
+SFX Z 0 y [^aeiou][bcdfgklmnprstvz]
+SFX Z 0 y [^aebcdfgiklmnoprstuvyz]
+SFX 2 Y 21
+SFX 2 e iness [^aeiouy]e
+SFX 2 0 iness [aeiouy]e
+SFX 2 0 biness [^aeio][aeiou]b
+SFX 2 0 kiness [^aeio][aeiou]c
+SFX 2 0 diness [^aeio][aeiou]d
+SFX 2 0 finess [^aeio][aeiou]f
+SFX 2 0 giness [^aeio][aeiou]g
+SFX 2 0 kiness [^aeio][aeiou]k
+SFX 2 0 liness [^aeio][aeiou]l
+SFX 2 0 miness [^aeio][aeiou]m
+SFX 2 0 niness [^aeio][aiou]n
+SFX 2 0 piness [^aeio][aeiou]p
+SFX 2 0 riness [^aeio][aiou]r
+SFX 2 0 siness [^aeio][aeiou]s
+SFX 2 0 tiness [^aeio][aiou]t
+SFX 2 0 viness [^aeio][aeiou]v
+SFX 2 0 ziness [^aeio][aeiou]z
+SFX 2 0 iness [^aeio]e[nrt]
+SFX 2 0 iness [aeio][aeiou][bcdfgklmnprstvz]
+SFX 2 0 iness [^aeiou][bcdfgklmnprstvz]
+SFX 2 0 iness [^ebcdfgklmnprstvz]
+SFX z Y 24
+SFX z e ily [^aeiouy]e
+SFX z 0 ily [aeiouy]e
+SFX z 0 ily [aiou]y
+SFX z ey ily ey
+SFX z y ily [^aeiou]y
+SFX z 0 bily [^aeio][aeiou]b
+SFX z 0 kily [^aeio][aeiou]c
+SFX z 0 dily [^aeio][aeiou]d
+SFX z 0 fily [^aeio][aeiou]f
+SFX z 0 gily [^aeio][aeiou]g
+SFX z 0 kily [^aeio][aeiou]k
+SFX z 0 lily [^aeio][aeiou]l
+SFX z 0 mily [^aeio][aeiou]m
+SFX z 0 nily [^aeio][aiou]n
+SFX z 0 pily [^aeio][aeiou]p
+SFX z 0 rily [^aeio][aiou]r
+SFX z 0 sily [^aeio][aeiou]s
+SFX z 0 tily [^aeio][aiou]t
+SFX z 0 vily [^aeio][aeiou]v
+SFX z 0 zily [^aeio][aeiou]z
+SFX z 0 ily [^aeio]e[nrt]
+SFX z 0 ily [aeio][aeiou][bcdfgklmnprstvyz]
+SFX z 0 ily [^aeiou][bcdfgklmnprstvyz]
+SFX z 0 ily [^ebcdfgklmnprstvyz]
+SFX y Y 15
+SFX y e ory te
+SFX y e atory [mr]e
+SFX y e ary se
+SFX y 0 ry [^mrst]e
+SFX y 0 ory [^aeous]t
+SFX y 0 ry [aeous]t
+SFX y 0 ery h
+SFX y 0 atory [^i]m
+SFX y im matory im
+SFX y 0 ory s
+SFX y 0 ary ion
+SFX y 0 ry [^i]on
+SFX y 0 nery [aiu]n
+SFX y 0 ry [^aiou]n
+SFX y 0 ry [^ehmstn]
+SFX O Y 12
+SFX O 0 l a
+SFX O e al [^bcgv]e
+SFX O e ial [bcgv]e
+SFX O 0 ial [bcrx]
+SFX O um al um
+SFX O 0 al [^u]m
+SFX O y al ty
+SFX O y ial [^t]y
+SFX O 0 ual [px]t
+SFX O 0 tal [iu]t
+SFX O 0 al [^ipux]t
+SFX O 0 al [^aebcrtxmy]
+SFX o Y 12
+SFX o 0 lly a
+SFX o e ally [^bcgv]e
+SFX o e ially [bcgv]e
+SFX o 0 ially [bcrx]
+SFX o um ally um
+SFX o 0 ally [^u]m
+SFX o y ally ty
+SFX o y ially [^t]y
+SFX o 0 ually [px]t
+SFX o 0 tally [iu]t
+SFX o 0 ally [^ipux]t
+SFX o 0 ally [^aebcrtxmy]
+SFX W Y 21
+SFX W ce tific ce
+SFX W e atic me
+SFX W se tic se
+SFX W le ic ble
+SFX W e ic [^b]le
+SFX W e ic [^clms]e
+SFX W 0 lic [ay]l
+SFX W 0 ic [^ay]l
+SFX W us ic us
+SFX W 0 tic [^u]s
+SFX W er ric er
+SFX W 0 ic [^e]r
+SFX W 0 atic [aeiou]m
+SFX W 0 ic [^aeiou]m
+SFX W 0 tic ma
+SFX W a ic [^m]a
+SFX W y etic thy
+SFX W y ic [^t]hy
+SFX W y tic sy
+SFX W y ic [^hs]y
+SFX W 0 ic [^aelmrsy]
+SFX w Y 9
+SFX w e ical e
+SFX w er rical er
+SFX w 0 ical [^e]r
+SFX w 0 atical [aeiou]m
+SFX w 0 ical [^aeiou]m
+SFX w 0 tical ma
+SFX w a ical [^m]a
+SFX w y ical y
+SFX w 0 ical [^aemry]
+SFX 1 Y 9
+SFX 1 e ically e
+SFX 1 er rically er
+SFX 1 0 ically [^e]r
+SFX 1 0 atically [aeiou]m
+SFX 1 0 ically [^aeiou]m
+SFX 1 0 tically ma
+SFX 1 a ically [^m]a
+SFX 1 y ically y
+SFX 1 0 ically [^aemry]
+SFX 3 Y 21
+SFX 3 e ist [^aceiou]e
+SFX 3 ce tist ce
+SFX 3 0 ist [aeiou]e
+SFX 3 y ist [^aeioubp]y
+SFX 3 0 ist [aeioubp]y
+SFX 3 o ist o
+SFX 3 0 ists [^eoy]
+SFX 3 e ists [^aceiou]e
+SFX 3 ce tists ce
+SFX 3 0 ists [aeiou]e
+SFX 3 y ists [^aeioubp]y
+SFX 3 0 ists [aeioubp]y
+SFX 3 o ists o
+SFX 3 0 ists [^eoy]
+SFX 3 e ist's [^aceiou]e
+SFX 3 ce tist's ce
+SFX 3 0 ist's [aeiou]e
+SFX 3 y ist's [^aeioubp]y
+SFX 3 0 ist's [aeioubp]y
+SFX 3 o ist's o
+SFX 3 0 ist's [^eoy]
Copied: trunk/dict/nr/hunspell/nr_ZA.aff.in (from rev 9846, trunk/dict/nr/myspell/nr_ZA.aff)
===================================================================
--- trunk/dict/nr/hunspell/nr_ZA.aff.in (rev 0)
+++ trunk/dict/nr/hunspell/nr_ZA.aff.in 2009-09-25 18:11:41 UTC (rev 9855)
@@ -0,0 +1,22 @@
+# nr_ZA.aff - Ndebel (nr) affix file for use in myspell
+#
+# Copyright (C) 2003 Dwayne Bailey
+# Created from the Afrikaans ispell affix file by Reinier de Vos
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+SET ISO8859-1
+
+TRY aeilnkuohswtmgbyzdr-jpIfASUNvEcTOLMqPBDKCRHYWFGZVJXQx'
Copied: trunk/dict/nso/hunspell/ns_ZA.aff.in (from rev 9846, trunk/dict/nso/myspell/ns_ZA.aff)
===================================================================
--- trunk/dict/nso/hunspell/ns_ZA.aff.in (rev 0)
+++ trunk/dict/nso/hunspell/ns_ZA.aff.in 2009-09-25 18:11:41 UTC (rev 9855)
@@ -0,0 +1,21 @@
+# ns_ZA.aff - Northern Sotho (ns) affix file for use in myspell
+#
+# Copyright (C) 2003 Dwayne Bailey
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+SET ISO8859-15
+
+TRY aeoltinghm\xA8kswrpbdufyMcSjTBDLNPKRAvCEz-GIHOFWJV'xUYZqX\xA6Q\xE9\xC9\xE8
Copied: trunk/dict/ss/hunspell/ss_ZA.aff.in (from rev 9846, trunk/dict/ss/myspell/ss_ZA.aff)
===================================================================
--- trunk/dict/ss/hunspell/ss_ZA.aff.in (rev 0)
+++ trunk/dict/ss/hunspell/ss_ZA.aff.in 2009-09-25 18:11:41 UTC (rev 9855)
@@ -0,0 +1,21 @@
+# ss_ZA.aff - Swati (ss) affix file for use in myspell
+#
+# Copyright (C) 2006 Dwayne Bailey
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+SET ISO8859-1
+
+TRY aeoltinghm\xA8kswrpbdufyMcSjTBDLNPKRAvCEz-GIHOFWJV'xUYZqX\xA6Q\xE9\xC9\xE8
Modified: trunk/dict/st/hunspell/st_ZA.aff.in
===================================================================
--- trunk/dict/st/hunspell/st_ZA.aff.in 2009-09-25 16:48:04 UTC (rev 9854)
+++ trunk/dict/st/hunspell/st_ZA.aff.in 2009-09-25 18:11:41 UTC (rev 9855)
@@ -1,6 +1,7 @@
-# ns_ZA.aff - Southern Sotho (ns) affix file for use in myspell
+# st_ZA.aff.in - Southern Sotho (st) affix file for use in hunspell
#
# Copyright (C) 2003 Dwayne Bailey
+# Copyright (C) 2008 Zuza Software Foundation
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -16,6 +17,6 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-SET ISO8859-1
+SET UTF-8
TRY aeoltinghm\xA8kswrpbdufyMcSjTBDLNPKRAvCEz-GIHOFWJV'xUYZqX\xA6Q\xE9\xC9\xE8
Copied: trunk/dict/tn/hunspell/tn_ZA.aff.in (from rev 9846, trunk/dict/tn/myspell/tn_ZA.aff)
===================================================================
--- trunk/dict/tn/hunspell/tn_ZA.aff.in (rev 0)
+++ trunk/dict/tn/hunspell/tn_ZA.aff.in 2009-09-25 18:11:41 UTC (rev 9855)
@@ -0,0 +1,21 @@
+# tn_ZA.aff - Tswana (tn) affix file for use in myspell
+#
+# Copyright (C) 2004 Zuza Software Foundation
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+SET ISO8859-2
+
+TRY aeoltgnsikbmwhrdyfupjKMBAGOTDLESFNPRIJ\xF9YH-WvCUVQXzxqZ
Copied: trunk/dict/ts/hunspell/ts_ZA.aff.in (from rev 9846, trunk/dict/ts/myspell/ts_ZA.aff)
===================================================================
--- trunk/dict/ts/hunspell/ts_ZA.aff.in (rev 0)
+++ trunk/dict/ts/hunspell/ts_ZA.aff.in 2009-09-25 18:11:41 UTC (rev 9855)
@@ -0,0 +1,21 @@
+# ts_ZA.aff - Tsonga (ts) affix file for use in myspell
+#
+# Copyright (C) 2004 Zuza Software Foundation
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+SET ISO8859-1
+
+TRY aienlothuksmrwgdyvbpxzfcMSNBT'jA-CLDRKEPHXIGOVWFJqUYZQ
Copied: trunk/dict/ve/hunspell/ve_ZA.aff.in (from rev 9846, trunk/dict/ve/myspell/ve_ZA.aff)
===================================================================
--- trunk/dict/ve/hunspell/ve_ZA.aff.in (rev 0)
+++ trunk/dict/ve/hunspell/ve_ZA.aff.in 2009-09-25 18:11:41 UTC (rev 9855)
@@ -0,0 +1,21 @@
+# ve_ZA.aff - Venda (ve) affix file for use in myspell
+#
+# Copyright (C) 2006 Dwayne Bailey
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+SET UTF-8
+
+TRY aeoltinghm\xA8kswrpbdufyMcSjTBDLNPKRAvCEz-GIHOFWJV'xUYZqX\xA6Q\xE9\xC9\xE8
Copied: trunk/dict/xh/hunspell/xh_ZA.aff.in (from rev 9846, trunk/dict/xh/myspell/xh_ZA.aff)
===================================================================
--- trunk/dict/xh/hunspell/xh_ZA.aff.in (rev 0)
+++ trunk/dict/xh/hunspell/xh_ZA.aff.in 2009-09-25 18:11:41 UTC (rev 9855)
@@ -0,0 +1,21 @@
+# xh_ZA.aff - Xhosa (xh) affix file for use in myspell
+#
+# Copyright (C) 2004 Zuza Software Foundation
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+SET ISO8859-1
+
+TRY aeinulkhosbgywmztdpfcqrvj-ASJMHxEKBGNPTRLDIZFOUWVYC
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-25 16:48:18
|
Revision: 9854
http://zaf.svn.sourceforge.net/zaf/?rev=9854&view=rev
Author: dwaynebailey
Date: 2009-09-25 16:48:04 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Move af_ZA_unalias to af_ZA.aff.in
Added Paths:
-----------
trunk/dict/af/hunspell/af_ZA.aff.in
Removed Paths:
-------------
trunk/dict/af/hunspell/af_ZA_unalias.aff
Copied: trunk/dict/af/hunspell/af_ZA.aff.in (from rev 9853, trunk/dict/af/hunspell/af_ZA_unalias.aff)
===================================================================
--- trunk/dict/af/hunspell/af_ZA.aff.in (rev 0)
+++ trunk/dict/af/hunspell/af_ZA.aff.in 2009-09-25 16:48:04 UTC (rev 9854)
@@ -0,0 +1,209 @@
+# af_ZA.aff - Afrikaans (af) affix file for use in myspell
+#
+# Copyright (C) 2003 Dwayne Bailey
+# Created from the Afrikaans ispell affix file by Reinier de Vos
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+SET ISO8859-1
+
+TRY ersiaontlgkdumpbvhfwyj\xEBc-\xEA\xEF'BDAHzGKME\xE9SC\xF6xIqF\xF4LP\xE8JVOTR\xFC\xE4\xFB\xF3NW\xE1U\xED\xFA\xF2\xE0X
+
+# We don't want suggestions of seperate words. Because the checker
+# can't handle Afrikaans' compositions, we rather don't want to have
+# the seperate words suggested.
+#
+# Ons wil nie aparte woorde as voorstelle h\xEA nie. Dis belangrik dat
+# die tekortkoming van die speltoetser i.v.m. samestellings die
+# gebruiker eerder met soortgelyke woorde moet help as met die aparte
+# woorde.
+#
+# Gebreek sedert OpenOffice 2.0, maar werk wel in hunspell (en dus OO.o 2.0.2)
+NOSPLITSUGS
+
+# We want to explain to the checker that certain characters should be
+# considered "close" to others even though they are far removed in the
+# character set.
+#
+# Ons wil aan die toetser verduidelik dat sekere karakters as "naby"
+# geag moet word aan ander, ten spyte van die feit dat hulle ver
+# verwyderd is in die karakterstel.
+
+MAP 6
+MAP a\xE2\xE4\xE1\xE0
+MAP e\xEA\xEB\xE9\xE8
+MAP i\xEE\xEF\xED\xEC
+MAP o\xF4\xF6\xF3\xF2
+MAP u\xFB\xFC\xFA\xF9
+MAP y\xFF\xFD
+
+PFX A Y 1
+PFX A 0 aan .
+
+PFX B Y 1
+PFX B 0 be .
+
+PFX C Y 1
+PFX C 0 in .
+
+PFX F Y 1
+PFX F 0 af .
+
+PFX G Y 1
+PFX G 0 ge .
+
+PFX K Y 1
+PFX K 0 op .
+
+PFX O Y 1
+PFX O 0 on .
+
+PFX U Y 1
+PFX U 0 uit .
+
+PFX V Y 1
+PFX V 0 ver .
+
+PFX M Y 1
+PFX M 0 oor .
+
+SFX J N 15
+SFX J 0 tjie [aeiou][aeiou]
+SFX J 0 tjies [aeiou][aeiou]
+SFX J 0 'tjies [^aeiou]a
+SFX J 0 'tjie [^aeiou]i
+SFX J 0 'tjies [^aeiou]i
+SFX J 0 'tjie [^aeiou]o
+SFX J 0 'tjies [^aeiou]o
+SFX J 0 'tjie [^aeiou]u
+SFX J 0 'tjies [^aeiou]u
+SFX J 0 tjie [aeiou][lnr]
+SFX J 0 tjies [aeiou][lnr]
+SFX J 0 pie [aeiou]m
+SFX J 0 pies [aeiou]m
+SFX J 0 jie [aeiou]nd
+SFX J 0 jies [aeiou]nd
+
+SFX S N 2
+SFX S 0 s [^saiou]
+SFX S 0 's [^aeiou][aiou]
+
+SFX E N 2
+SFX E 0 e [^aeiou]
+SFX E 0 'e [ghc]e
+
+SFX R N 1
+SFX R 0 r [e]
+
+SFX T N 1
+SFX T 0 ste .
+
+SFX H N 1
+SFX H 0 heid .
+
+SFX I N 1
+SFX I 0 ing .
+
+SFX N N 1
+SFX N 0 de .
+
+SFX L N 1
+SFX L 0 te .
+
+SFX Z N 8
+SFX Z af we aaf
+SFX Z f we eef
+SFX Z f we ief
+SFX Z f we oef
+SFX Z of we oof
+SFX Z f we uif
+SFX Z f we yf
+SFX Z id de heid
+
+SFX P N 31
+SFX P ad de aad
+SFX P ag e aag
+SFX P ak ke aak
+SFX P al le aal
+SFX P am me aam
+SFX P an ne aan
+SFX P ap pe aap
+SFX P ar re aar
+SFX P as se aas
+SFX P at te aat
+SFX P ed de eed
+SFX P eg ge eeg
+SFX P ek ke eek
+SFX P el le eel
+SFX P em me eem
+SFX P en ne een
+SFX P ep pe eep
+SFX P er re eer
+SFX P es se ees
+SFX P et te eet
+SFX P od de ood
+SFX P og \xEB oog
+SFX P ok ke ook
+SFX P ol le ool
+SFX P om me oom
+SFX P on ne oon
+SFX P op pe oop
+SFX P or re oor
+SFX P ot te oot
+SFX P un ne uun
+SFX P ur re uur
+
+# We want to suggest certain replacements to the checker with our
+# knowledge of what can easily be mixed up.
+#
+# Ons wil sekere plaasvervangings voorstel aan die toetser met ons
+# kennis van wat maklik verwar word.
+#
+# Byvoorbeeld:
+# g<->ch, vir foute soos gemikus of nongalant
+# y<->ui<->ei, uu<->ie, vir oorronding en ontronding, en y/ei-verwarring
+# ij -> y, lijk -> lik, vir foutiewe Nederlandse spellings
+# kuste -> ci, kuste -> kusse, vir politikuste -> politici/politikusse
+# ui oe\xEF, vir foute soos Hinduisme -> Hindoe\xEFsme
+# ch->tj, sh -> sj, vir foute soos chips (tjips) en shoe (sjoe)
+REP 27
+REP g ch
+REP ei y
+REP y ei
+REP y ui
+REP ui y
+REP ei ui
+REP ui ei
+REP ij y
+REP lijk lik
+REP uu ie
+REP ie uu
+REP f v
+REP v f
+REP d t
+REP t d
+REP kuste ci
+REP kuste kusse
+REP x ks
+REP u oe
+REP oe u
+REP ui oe\xEF
+REP ch tj
+REP sh sj
+REP kie djie
+REP kie tjie
+REP ntjie nkie
+REP aaitjie aadjie
+
Deleted: trunk/dict/af/hunspell/af_ZA_unalias.aff
===================================================================
--- trunk/dict/af/hunspell/af_ZA_unalias.aff 2009-09-25 13:45:55 UTC (rev 9853)
+++ trunk/dict/af/hunspell/af_ZA_unalias.aff 2009-09-25 16:48:04 UTC (rev 9854)
@@ -1,209 +0,0 @@
-# af_ZA.aff - Afrikaans (af) affix file for use in myspell
-#
-# Copyright (C) 2003 Dwayne Bailey
-# Created from the Afrikaans ispell affix file by Reinier de Vos
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
-SET ISO8859-1
-
-TRY ersiaontlgkdumpbvhfwyj\xEBc-\xEA\xEF'BDAHzGKME\xE9SC\xF6xIqF\xF4LP\xE8JVOTR\xFC\xE4\xFB\xF3NW\xE1U\xED\xFA\xF2\xE0X
-
-# We don't want suggestions of seperate words. Because the checker
-# can't handle Afrikaans' compositions, we rather don't want to have
-# the seperate words suggested.
-#
-# Ons wil nie aparte woorde as voorstelle h\xEA nie. Dis belangrik dat
-# die tekortkoming van die speltoetser i.v.m. samestellings die
-# gebruiker eerder met soortgelyke woorde moet help as met die aparte
-# woorde.
-#
-# Gebreek sedert OpenOffice 2.0, maar werk wel in hunspell (en dus OO.o 2.0.2)
-NOSPLITSUGS
-
-# We want to explain to the checker that certain characters should be
-# considered "close" to others even though they are far removed in the
-# character set.
-#
-# Ons wil aan die toetser verduidelik dat sekere karakters as "naby"
-# geag moet word aan ander, ten spyte van die feit dat hulle ver
-# verwyderd is in die karakterstel.
-
-MAP 6
-MAP a\xE2\xE4\xE1\xE0
-MAP e\xEA\xEB\xE9\xE8
-MAP i\xEE\xEF\xED\xEC
-MAP o\xF4\xF6\xF3\xF2
-MAP u\xFB\xFC\xFA\xF9
-MAP y\xFF\xFD
-
-PFX A Y 1
-PFX A 0 aan .
-
-PFX B Y 1
-PFX B 0 be .
-
-PFX C Y 1
-PFX C 0 in .
-
-PFX F Y 1
-PFX F 0 af .
-
-PFX G Y 1
-PFX G 0 ge .
-
-PFX K Y 1
-PFX K 0 op .
-
-PFX O Y 1
-PFX O 0 on .
-
-PFX U Y 1
-PFX U 0 uit .
-
-PFX V Y 1
-PFX V 0 ver .
-
-PFX M Y 1
-PFX M 0 oor .
-
-SFX J N 15
-SFX J 0 tjie [aeiou][aeiou]
-SFX J 0 tjies [aeiou][aeiou]
-SFX J 0 'tjies [^aeiou]a
-SFX J 0 'tjie [^aeiou]i
-SFX J 0 'tjies [^aeiou]i
-SFX J 0 'tjie [^aeiou]o
-SFX J 0 'tjies [^aeiou]o
-SFX J 0 'tjie [^aeiou]u
-SFX J 0 'tjies [^aeiou]u
-SFX J 0 tjie [aeiou][lnr]
-SFX J 0 tjies [aeiou][lnr]
-SFX J 0 pie [aeiou]m
-SFX J 0 pies [aeiou]m
-SFX J 0 jie [aeiou]nd
-SFX J 0 jies [aeiou]nd
-
-SFX S N 2
-SFX S 0 s [^saiou]
-SFX S 0 's [^aeiou][aiou]
-
-SFX E N 2
-SFX E 0 e [^aeiou]
-SFX E 0 'e [ghc]e
-
-SFX R N 1
-SFX R 0 r [e]
-
-SFX T N 1
-SFX T 0 ste .
-
-SFX H N 1
-SFX H 0 heid .
-
-SFX I N 1
-SFX I 0 ing .
-
-SFX N N 1
-SFX N 0 de .
-
-SFX L N 1
-SFX L 0 te .
-
-SFX Z N 8
-SFX Z af we aaf
-SFX Z f we eef
-SFX Z f we ief
-SFX Z f we oef
-SFX Z of we oof
-SFX Z f we uif
-SFX Z f we yf
-SFX Z id de heid
-
-SFX P N 31
-SFX P ad de aad
-SFX P ag e aag
-SFX P ak ke aak
-SFX P al le aal
-SFX P am me aam
-SFX P an ne aan
-SFX P ap pe aap
-SFX P ar re aar
-SFX P as se aas
-SFX P at te aat
-SFX P ed de eed
-SFX P eg ge eeg
-SFX P ek ke eek
-SFX P el le eel
-SFX P em me eem
-SFX P en ne een
-SFX P ep pe eep
-SFX P er re eer
-SFX P es se ees
-SFX P et te eet
-SFX P od de ood
-SFX P og \xEB oog
-SFX P ok ke ook
-SFX P ol le ool
-SFX P om me oom
-SFX P on ne oon
-SFX P op pe oop
-SFX P or re oor
-SFX P ot te oot
-SFX P un ne uun
-SFX P ur re uur
-
-# We want to suggest certain replacements to the checker with our
-# knowledge of what can easily be mixed up.
-#
-# Ons wil sekere plaasvervangings voorstel aan die toetser met ons
-# kennis van wat maklik verwar word.
-#
-# Byvoorbeeld:
-# g<->ch, vir foute soos gemikus of nongalant
-# y<->ui<->ei, uu<->ie, vir oorronding en ontronding, en y/ei-verwarring
-# ij -> y, lijk -> lik, vir foutiewe Nederlandse spellings
-# kuste -> ci, kuste -> kusse, vir politikuste -> politici/politikusse
-# ui oe\xEF, vir foute soos Hinduisme -> Hindoe\xEFsme
-# ch->tj, sh -> sj, vir foute soos chips (tjips) en shoe (sjoe)
-REP 27
-REP g ch
-REP ei y
-REP y ei
-REP y ui
-REP ui y
-REP ei ui
-REP ui ei
-REP ij y
-REP lijk lik
-REP uu ie
-REP ie uu
-REP f v
-REP v f
-REP d t
-REP t d
-REP kuste ci
-REP kuste kusse
-REP x ks
-REP u oe
-REP oe u
-REP ui oe\xEF
-REP ch tj
-REP sh sj
-REP kie djie
-REP kie tjie
-REP ntjie nkie
-REP aaitjie aadjie
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-25 13:46:11
|
Revision: 9853
http://zaf.svn.sourceforge.net/zaf/?rev=9853&view=rev
Author: dwaynebailey
Date: 2009-09-25 13:45:55 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Copied myspell .aff. We do some processing so make it .in
Added Paths:
-----------
trunk/dict/st/hunspell/st_ZA.aff.in
Copied: trunk/dict/st/hunspell/st_ZA.aff.in (from rev 9851, trunk/dict/st/myspell/st_ZA.aff)
===================================================================
--- trunk/dict/st/hunspell/st_ZA.aff.in (rev 0)
+++ trunk/dict/st/hunspell/st_ZA.aff.in 2009-09-25 13:45:55 UTC (rev 9853)
@@ -0,0 +1,21 @@
+# ns_ZA.aff - Southern Sotho (ns) affix file for use in myspell
+#
+# Copyright (C) 2003 Dwayne Bailey
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+SET ISO8859-1
+
+TRY aeoltinghm\xA8kswrpbdufyMcSjTBDLNPKRAvCEz-GIHOFWJV'xUYZqX\xA6Q\xE9\xC9\xE8
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-25 13:25:41
|
Revision: 9852
http://zaf.svn.sourceforge.net/zaf/?rev=9852&view=rev
Author: dwaynebailey
Date: 2009-09-25 13:25:31 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Revert linking of hunspell affix file.
Removed Paths:
-------------
trunk/dict/st/hunspell/st_ZA_unalias.aff
Deleted: trunk/dict/st/hunspell/st_ZA_unalias.aff
===================================================================
--- trunk/dict/st/hunspell/st_ZA_unalias.aff 2009-09-25 13:14:59 UTC (rev 9851)
+++ trunk/dict/st/hunspell/st_ZA_unalias.aff 2009-09-25 13:25:31 UTC (rev 9852)
@@ -1 +0,0 @@
-link ../myspell/st_ZA.aff
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-25 13:15:07
|
Revision: 9851
http://zaf.svn.sourceforge.net/zaf/?rev=9851&view=rev
Author: dwaynebailey
Date: 2009-09-25 13:14:59 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Add Sotho (st) hunspell files
Added Paths:
-----------
trunk/dict/st/hunspell/
trunk/dict/st/hunspell/README_st_ZA.txt
trunk/dict/st/hunspell/st_ZA_unalias.aff
Added: trunk/dict/st/hunspell/README_st_ZA.txt
===================================================================
--- trunk/dict/st/hunspell/README_st_ZA.txt (rev 0)
+++ trunk/dict/st/hunspell/README_st_ZA.txt 2009-09-25 13:14:59 UTC (rev 9851)
@@ -0,0 +1 @@
+link ../myspell/README_st_ZA.txt
\ No newline at end of file
Property changes on: trunk/dict/st/hunspell/README_st_ZA.txt
___________________________________________________________________
Added: svn:special
+ *
Added: trunk/dict/st/hunspell/st_ZA_unalias.aff
===================================================================
--- trunk/dict/st/hunspell/st_ZA_unalias.aff (rev 0)
+++ trunk/dict/st/hunspell/st_ZA_unalias.aff 2009-09-25 13:14:59 UTC (rev 9851)
@@ -0,0 +1 @@
+link ../myspell/st_ZA.aff
\ No newline at end of file
Property changes on: trunk/dict/st/hunspell/st_ZA_unalias.aff
___________________________________________________________________
Added: svn:special
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-25 13:07:19
|
Revision: 9850
http://zaf.svn.sourceforge.net/zaf/?rev=9850&view=rev
Author: dwaynebailey
Date: 2009-09-25 13:07:05 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Make hunspell the default OXT build dictionary
Modified Paths:
--------------
trunk/dict/utils/oxt/DICTIONARY
Modified: trunk/dict/utils/oxt/DICTIONARY
===================================================================
--- trunk/dict/utils/oxt/DICTIONARY 2009-09-25 13:06:24 UTC (rev 9849)
+++ trunk/dict/utils/oxt/DICTIONARY 2009-09-25 13:07:05 UTC (rev 9850)
@@ -1 +1 @@
-myspell
\ No newline at end of file
+hunspell
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-25 13:06:33
|
Revision: 9849
http://zaf.svn.sourceforge.net/zaf/?rev=9849&view=rev
Author: dwaynebailey
Date: 2009-09-25 13:06:24 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Make these files executable
Property Changed:
----------------
trunk/dict/utils/oxt/make-descriptionxml
trunk/dict/utils/oxt/make-dictionariesxcu
trunk/dict/utils/oxt/make-updatexml
Property changes on: trunk/dict/utils/oxt/make-descriptionxml
___________________________________________________________________
Added: svn:executable
+ *
Property changes on: trunk/dict/utils/oxt/make-dictionariesxcu
___________________________________________________________________
Added: svn:executable
+ *
Property changes on: trunk/dict/utils/oxt/make-updatexml
___________________________________________________________________
Added: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-25 12:05:00
|
Revision: 9848
http://zaf.svn.sourceforge.net/zaf/?rev=9848&view=rev
Author: dwaynebailey
Date: 2009-09-25 12:04:51 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Add all the ZA langauges to the global Makefile
Modified Paths:
--------------
trunk/dict/Makefile
Modified: trunk/dict/Makefile
===================================================================
--- trunk/dict/Makefile 2009-09-25 06:00:35 UTC (rev 9847)
+++ trunk/dict/Makefile 2009-09-25 12:04:51 UTC (rev 9848)
@@ -41,12 +41,30 @@
en_ZA:
$(MAKE) -C $@
+nr:
+ $(MAKE) -C $@
+
+nso:
+ $(MAKE) -C $@
+
+ss:
+ $(MAKE) -C $@
+
+st:
+ $(MAKE) -C $@
+
sw:
$(MAKE) -C $@
tn:
$(MAKE) -C $@
+ts:
+ $(MAKE) -C $@
+
+ve:
+ $(MAKE) -C $@
+
xh:
$(MAKE) -C $@
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-25 06:00:44
|
Revision: 9847
http://zaf.svn.sourceforge.net/zaf/?rev=9847&view=rev
Author: dwaynebailey
Date: 2009-09-25 06:00:35 +0000 (Fri, 25 Sep 2009)
Log Message:
-----------
Add: donga(s)
Modified Paths:
--------------
trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in
Modified: trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in
===================================================================
--- trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in 2009-09-14 08:57:29 UTC (rev 9846)
+++ trunk/dict/en_ZA/wordlists/wordlist.southafrican-english.in 2009-09-25 06:00:35 UTC (rev 9847)
@@ -64,6 +64,8 @@
dikkops
dingus
dinguses
+donga
+dongas
droëwors
drukkie
drummie
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fri...@us...> - 2009-09-14 08:57:57
|
Revision: 9846
http://zaf.svn.sourceforge.net/zaf/?rev=9846&view=rev
Author: friedelwolff
Date: 2009-09-14 08:57:29 +0000 (Mon, 14 Sep 2009)
Log Message:
-----------
Slightly shorter translation since it doesn't fit and there doesn't seem to be a way to resize the dialogue
Modified Paths:
--------------
trunk/po/fftb/af/toolkit/crashreporter/crashreporter.ini.po
Modified: trunk/po/fftb/af/toolkit/crashreporter/crashreporter.ini.po
===================================================================
--- trunk/po/fftb/af/toolkit/crashreporter/crashreporter.ini.po 2009-09-11 13:27:40 UTC (rev 9845)
+++ trunk/po/fftb/af/toolkit/crashreporter/crashreporter.ini.po 2009-09-14 08:57:29 UTC (rev 9846)
@@ -113,7 +113,7 @@
#. # LOCALIZATION NOTE (CheckSendReport): The %s is replaced with the vendor name.
#: CheckSendReport
msgid "Tell %s about this crash so they can fix it"
-msgstr "Vertel %s oor hierdie omval sodat hulle dit kan regstel"
+msgstr "Vertel %s oor dié omval sodat hulle dit kan regstel"
#: CheckIncludeURL
msgid "Include the address of the page I was on"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <wal...@us...> - 2009-09-11 13:27:47
|
Revision: 9845
http://zaf.svn.sourceforge.net/zaf/?rev=9845&view=rev
Author: walter_l
Date: 2009-09-11 13:27:40 +0000 (Fri, 11 Sep 2009)
Log Message:
-----------
Added phaselist file for Firefox 3.6
Added Paths:
-----------
trunk/po/fftb/ff35.phaselist
trunk/po/fftb/ff36.phaselist
Removed Paths:
-------------
trunk/po/fftb/phaselist
Copied: trunk/po/fftb/ff35.phaselist (from rev 9844, trunk/po/fftb/phaselist)
===================================================================
--- trunk/po/fftb/ff35.phaselist (rev 0)
+++ trunk/po/fftb/ff35.phaselist 2009-09-11 13:27:40 UTC (rev 9845)
@@ -0,0 +1,230 @@
+user1 ./browser/chrome/branding/brand.dtd.po
+user1 ./browser/chrome/branding/brand.properties.po
+other ./browser/chrome/browser/aboutCertError.dtd.po
+user1 ./browser/chrome/browser/aboutDialog.dtd.po
+user2 ./browser/chrome/browser/aboutPrivateBrowsing.dtd.po
+user4 ./browser/chrome/browser/aboutRights.dtd.po
+user1 ./browser/chrome/browser/aboutRights.properties.po
+never ./browser/chrome/browser/aboutRobots.dtd.po
+user2 ./browser/chrome/browser/aboutSessionRestore.dtd.po
+user1 ./browser/chrome/browser/baseMenuOverlay.dtd.po
+user1 ./browser/chrome/browser/browser.dtd.po
+user1 ./browser/chrome/browser/browser.properties.po
+user1 ./browser/chrome/browser/credits.dtd.po
+user3 ./browser/chrome/browser/engineManager.dtd.po
+user3 ./browser/chrome/browser/engineManager.properties.po
+user3 ./browser/chrome/browser/feeds/subscribe.dtd.po
+user3 ./browser/chrome/browser/feeds/subscribe.properties.po
+user3 ./browser/chrome/browser/history/history.dtd.po
+user4 ./browser/chrome/browser/metaData.dtd.po
+user4 ./browser/chrome/browser/metaData.properties.po
+install ./browser/chrome/browser/migration/migration.dtd.po
+install ./browser/chrome/browser/migration/migration.properties.po
+other ./browser/chrome/browser/openLocation.dtd.po
+other ./browser/chrome/browser/openLocation.properties.po
+user4 ./browser/chrome/browser/pageInfo.dtd.po
+user4 ./browser/chrome/browser/pageInfo.properties.po
+user1 ./browser/chrome/browser/pageReportFirstTime.dtd.po
+user3 ./browser/chrome/browser/places/bookmarkProperties.properties.po
+user2 ./browser/chrome/browser/places/editBookmarkOverlay.dtd.po
+user2 ./browser/chrome/browser/places/moveBookmarks.dtd.po
+user2 ./browser/chrome/browser/places/places.dtd.po
+user2 ./browser/chrome/browser/places/places.properties.po
+config2 ./browser/chrome/browser/preferences/advanced.dtd.po
+config2 ./browser/chrome/browser/preferences/advanced-scripts.dtd.po
+config1 ./browser/chrome/browser/preferences/applicationManager.dtd.po
+config1 ./browser/chrome/browser/preferences/applicationManager.properties.po
+config2 ./browser/chrome/browser/preferences/applications.dtd.po
+config2 ./browser/chrome/browser/preferences/colors.dtd.po
+config2 ./browser/chrome/browser/preferences/connection.dtd.po
+config1 ./browser/chrome/browser/preferences/content.dtd.po
+config2 ./browser/chrome/browser/preferences/cookies.dtd.po
+notnb ./browser/chrome/browser/preferences/fallbackEULA.dtd.po
+config2 ./browser/chrome/browser/preferences/fonts.dtd.po
+config2 ./browser/chrome/browser/preferences/languages.dtd.po
+config1 ./browser/chrome/browser/preferences/main.dtd.po
+config2 ./browser/chrome/browser/preferences/permissions.dtd.po
+config2 ./browser/chrome/browser/preferences/phishEULA.dtd.po
+config1 ./browser/chrome/browser/preferences/preferences.dtd.po
+config2 ./browser/chrome/browser/preferences/preferences.properties.po
+config1 ./browser/chrome/browser/preferences/privacy.dtd.po
+config1 ./browser/chrome/browser/preferences/security.dtd.po
+config2 ./browser/chrome/browser/preferences/securityWarnings.dtd.po
+config2 ./browser/chrome/browser/preferences/selectBookmark.dtd.po
+config1 ./browser/chrome/browser/preferences/tabs.dtd.po
+user1 ./browser/chrome/browser/quitDialog.properties.po
+configx ./browser/chrome/browser-region/region.properties.po
+user3 ./browser/chrome/browser/safebrowsing/blockedSite.properties.po
+user3 ./browser/chrome/browser/safebrowsing/phishing-afterload-warning-message.dtd.po
+user3 ./browser/chrome/browser/safebrowsing/report-phishing.dtd.po
+user3 ./browser/chrome/browser/safeMode.dtd.po
+config2 ./browser/chrome/browser/sanitize.dtd.po
+user1 ./browser/chrome/browser/searchbar.dtd.po
+user1 ./browser/chrome/browser/search.properties.po
+user3 ./browser/chrome/browser/setDesktopBackground.dtd.po
+user1 ./browser/chrome/browser/shellservice.properties.po
+user4 ./browser/chrome/browser/sidebar/sidebar.properties.po
+user1 ./browser/chrome/browser/tabbrowser.dtd.po
+user1 ./browser/chrome/browser/tabbrowser.properties.po
+user1 ./browser/chrome/overrides/appstrings.properties.po
+user1 ./browser/chrome/overrides/netError.dtd.po
+other ./browser/chrome/overrides/settingsChange.dtd.po
+user4 ./browser/crashreporter/crashreporter-override.ini.po
+install ./browser/defines.inc.po
+install ./browser/installer/custom.properties.po
+install ./browser/installer/mui.properties.po
+install ./browser/installer/override.properties.po
+other ./browser/profile/bookmarks.inc.po
+user2 ./browser/updater/updater.ini.po
+mac ./dom/chrome/accessibility/mac/accessible.properties.po
+unix ./dom/chrome/accessibility/unix/accessible.properties.po
+win ./dom/chrome/accessibility/win/accessible.properties.po
+other ./dom/chrome/appstrings.properties.po
+config2 ./dom/chrome/charsetTitles.properties.po
+notnb ./dom/chrome/dom/dom.properties.po
+configx ./dom/chrome/global.dtd.po
+other ./dom/chrome/global-strres.properties.po
+notnb ./dom/chrome/layout/css.properties.po
+user1 ./dom/chrome/layout/HtmlForm.properties.po
+notnb ./dom/chrome/layout/layout_errors.properties.po
+user4 ./dom/chrome/layout/MediaDocument.properties.po
+user3 ./dom/chrome/layout/printing.properties.po
+notnb ./dom/chrome/layout/xbl.properties.po
+notnb ./dom/chrome/layout/xmlparser.properties.po
+notnb ./dom/chrome/layout/xul.properties.po
+notnb ./dom/chrome/netErrorApp.dtd.po
+user1 ./dom/chrome/netError.dtd.po
+user2 ./dom/chrome/nsWebBrowserPersist.properties.po
+user2 ./dom/chrome/plugins.properties.po
+user3 ./dom/chrome/printdialog.properties.po
+user3 ./dom/chrome/prompts.properties.po
+security ./dom/chrome/security/caps.properties.po
+notnb ./dom/chrome/storage.properties.po
+notnb ./dom/chrome/svg/svg.properties.po
+security ./dom/chrome/webservices/security.properties.po
+notnb ./dom/chrome/xml/prettyprint.dtd.po
+notnb ./dom/chrome/xslt/xslt.properties.po
+user4 ./extensions/reporter/chrome/about.dtd.po
+user4 ./extensions/reporter/chrome/reporter.dtd.po
+user4 ./extensions/reporter/chrome/reporterOverlay.dtd.po
+user4 ./extensions/reporter/chrome/reportResults.dtd.po
+user4 ./extensions/reporter/chrome/reportWizard.dtd.po
+user4 ./extensions/reporter/chrome/reportWizard.properties.po
+user1 ./netwerk/necko.properties.po
+user1 ./other-licenses/branding/firefox/brand.dtd.po
+user1 ./other-licenses/branding/firefox/brand.properties.po
+never ./security/manager/chrome/pipnss/nsserrors.properties.po
+security ./security/manager/chrome/pipnss/pipnss.properties.po
+user1 ./security/manager/chrome/pipnss/security.properties.po
+security ./security/manager/chrome/pippki/certManager.dtd.po
+security ./security/manager/chrome/pippki/deviceManager.dtd.po
+security ./security/manager/chrome/pippki/pippki.dtd.po
+security ./security/manager/chrome/pippki/pippki.properties.po
+other ./security/manager/chrome/pippki/validation.dtd.po
+other ./toolkit/chrome/alerts/notificationNames.properties.po
+other ./toolkit/chrome/autoconfig/autoconfig.properties.po
+config2 ./toolkit/chrome/cookie/cookieAcceptDialog.dtd.po
+config2 ./toolkit/chrome/cookie/cookieAcceptDialog.properties.po
+other ./toolkit/chrome/global/about.dtd.po
+user3 ./toolkit/chrome/global/appPicker.dtd.po
+user3 ./toolkit/chrome/global/browser.properties.po
+user1 ./toolkit/chrome/global/charsetOverlay.dtd.po
+user2 ./toolkit/chrome/global/commonDialog.dtd.po
+user2 ./toolkit/chrome/global/commonDialogs.properties.po
+notnb ./toolkit/chrome/global/config.dtd.po
+notnb ./toolkit/chrome/global/config.properties.po
+notnb ./toolkit/chrome/global/console.dtd.po
+notnb ./toolkit/chrome/global/console.properties.po
+user1 ./toolkit/chrome/global/contentAreaCommands.properties.po
+config2 ./toolkit/chrome/global/customizeCharset.dtd.po
+config2 ./toolkit/chrome/global/customizeToolbar.dtd.po
+config2 ./toolkit/chrome/global/customizeToolbar.properties.po
+other ./toolkit/chrome/global/dateFormat.properties.po
+configx ./toolkit/chrome/global/datetimepicker.dtd.po
+never ./toolkit/chrome/global/dialogOverlay.dtd.po
+user1 ./toolkit/chrome/global/dialog.properties.po
+other ./toolkit/chrome/global/downloadProgress.properties.po
+user1 ./toolkit/chrome/global/editMenuOverlay.dtd.po
+other ./toolkit/chrome/global/filefield.properties.po
+user3 ./toolkit/chrome/global/filepicker.dtd.po
+user3 ./toolkit/chrome/global/filepicker.properties.po
+user1 ./toolkit/chrome/global/findbar.dtd.po
+user1 ./toolkit/chrome/global/findbar.properties.po
+user1 ./toolkit/chrome/global/finddialog.dtd.po
+user1 ./toolkit/chrome/global/finddialog.properties.po
+other ./toolkit/chrome/global/globalKeys.dtd.po
+unix ./toolkit/chrome/global/gnomeprintdialog.properties.po
+user3 ./toolkit/chrome/global/history/history.properties.po
+configx ./toolkit/chrome/global/intl.properties.po
+configx ./toolkit/chrome/global/keys.properties.po
+lang ./toolkit/chrome/global/languageNames.properties.po
+notnb ./toolkit/chrome/global/license.dtd.po
+notnb ./toolkit/chrome/global/mozilla.dtd.po
+other ./toolkit/chrome/global/notification.dtd.po
+other ./toolkit/chrome/global/nsHelperAppDlg.dtd.po
+other ./toolkit/chrome/global/nsHelperAppDlg.properties.po
+user2 ./toolkit/chrome/global/nsProgressDialog.dtd.po
+user2 ./toolkit/chrome/global/nsProgressDialog.properties.po
+other ./toolkit/chrome/global/nsTreeSorting.properties.po
+mac ./toolkit/chrome/global-platform/mac/intl.properties.po
+mac ./toolkit/chrome/global-platform/mac/platformKeys.properties.po
+unix ./toolkit/chrome/global-platform/unix/intl.properties.po
+unix ./toolkit/chrome/global-platform/unix/platformKeys.properties.po
+win ./toolkit/chrome/global-platform/win/intl.properties.po
+win ./toolkit/chrome/global-platform/win/platformKeys.properties.po
+user1 ./toolkit/chrome/global/preferences.dtd.po
+user3 ./toolkit/chrome/global/printdialog.dtd.po
+user3 ./toolkit/chrome/global/printjoboptions.dtd.po
+user3 ./toolkit/chrome/global/printPageSetup.dtd.po
+user3 ./toolkit/chrome/global/printPreview.dtd.po
+user3 ./toolkit/chrome/global/printPreviewProgress.dtd.po
+user3 ./toolkit/chrome/global/printProgress.dtd.po
+lang ./toolkit/chrome/global/regionNames.properties.po
+configx ./toolkit/chrome/global-region/region.dtd.po
+configx ./toolkit/chrome/global-region/region.properties.po
+user1 ./toolkit/chrome/global/textcontext.dtd.po
+other ./toolkit/chrome/global/tree.dtd.po
+user4 ./toolkit/chrome/global/viewSource.dtd.po
+user4 ./toolkit/chrome/global/viewSource.properties.po
+install ./toolkit/chrome/global/wizard.dtd.po
+install ./toolkit/chrome/global/wizard.properties.po
+user2 ./toolkit/chrome/global/xpinstall/xpinstall.properties.po
+user2 ./toolkit/chrome/mozapps/downloads/downloads.dtd.po
+user2 ./toolkit/chrome/mozapps/downloads/downloads.properties.po
+notnb ./toolkit/chrome/mozapps/downloads/settingsChange.dtd.po
+user2 ./toolkit/chrome/mozapps/downloads/unknownContentType.dtd.po
+user2 ./toolkit/chrome/mozapps/downloads/unknownContentType.properties.po
+notnb ./toolkit/chrome/mozapps/extensions/about.dtd.po
+notnb ./toolkit/chrome/mozapps/extensions/blocklist.dtd.po
+notnb ./toolkit/chrome/mozapps/extensions/errors.dtd.po
+user2 ./toolkit/chrome/mozapps/extensions/extensions.dtd.po
+user2 ./toolkit/chrome/mozapps/extensions/extensions.properties.po
+user2 ./toolkit/chrome/mozapps/extensions/update.dtd.po
+user2 ./toolkit/chrome/mozapps/extensions/update.properties.po
+notnb ./toolkit/chrome/mozapps/handling/handling.dtd.po
+notnb ./toolkit/chrome/mozapps/handling/handling.properties.po
+never ./toolkit/chrome/mozapps/help/help.dtd.po
+never ./toolkit/chrome/mozapps/help/help.properties.po
+user2 ./toolkit/chrome/mozapps/plugins/plugins.dtd.po
+user2 ./toolkit/chrome/mozapps/plugins/plugins.properties.po
+security ./toolkit/chrome/mozapps/preferences/changemp.dtd.po
+security ./toolkit/chrome/mozapps/preferences/ocsp.dtd.po
+security ./toolkit/chrome/mozapps/preferences/preferences.properties.po
+security ./toolkit/chrome/mozapps/preferences/removemp.dtd.po
+config2 ./toolkit/chrome/mozapps/profile/createProfileWizard.dtd.po
+config2 ./toolkit/chrome/mozapps/profile/profileSelection.dtd.po
+config2 ./toolkit/chrome/mozapps/profile/profileSelection.properties.po
+config2 ./toolkit/chrome/mozapps/update/history.dtd.po
+user2 ./toolkit/chrome/mozapps/update/incompatible.dtd.po
+user3 ./toolkit/chrome/mozapps/update/updates.dtd.po
+user3 ./toolkit/chrome/mozapps/update/updates.properties.po
+user2 ./toolkit/chrome/mozapps/xpinstall/xpinstallConfirm.dtd.po
+user2 ./toolkit/chrome/mozapps/xpinstall/xpinstallConfirm.properties.po
+config2 ./toolkit/chrome/passwordmgr/passwordManager.dtd.po
+user1 ./toolkit/chrome/passwordmgr/passwordmgr.properties.po
+user3 ./toolkit/chrome/places/places.properties.po
+other ./toolkit/chrome/search/search.properties.po
+notnb ./toolkit/crashreporter/crashes.dtd.po
+notnb ./toolkit/crashreporter/crashes.properties.po
+notnb ./toolkit/crashreporter/crashreporter.ini.po
+configx ./toolkit/defines.inc.po
Property changes on: trunk/po/fftb/ff35.phaselist
___________________________________________________________________
Added: svn:keywords
+ Author Date Id Revision
Added: svn:mergeinfo
+
Added: svn:eol-style
+ native
Added: trunk/po/fftb/ff36.phaselist
===================================================================
--- trunk/po/fftb/ff36.phaselist (rev 0)
+++ trunk/po/fftb/ff36.phaselist 2009-09-11 13:27:40 UTC (rev 9845)
@@ -0,0 +1,225 @@
+other ./browser/chrome/browser/aboutCertError.dtd.po
+user1 ./browser/chrome/browser/aboutDialog.dtd.po
+user2 ./browser/chrome/browser/aboutPrivateBrowsing.dtd.po
+never ./browser/chrome/browser/aboutRobots.dtd.po
+user2 ./browser/chrome/browser/aboutSessionRestore.dtd.po
+user1 ./browser/chrome/browser/baseMenuOverlay.dtd.po
+user1 ./browser/chrome/browser/browser.dtd.po
+user1 ./browser/chrome/browser/browser.properties.po
+user1 ./browser/chrome/browser/credits.dtd.po
+user3 ./browser/chrome/browser/engineManager.dtd.po
+user3 ./browser/chrome/browser/engineManager.properties.po
+user3 ./browser/chrome/browser/feeds/subscribe.dtd.po
+user3 ./browser/chrome/browser/feeds/subscribe.properties.po
+user3 ./browser/chrome/browser/history/history.dtd.po
+user4 ./browser/chrome/browser/metaData.dtd.po
+user4 ./browser/chrome/browser/metaData.properties.po
+install ./browser/chrome/browser/migration/migration.dtd.po
+install ./browser/chrome/browser/migration/migration.properties.po
+other ./browser/chrome/browser/openLocation.dtd.po
+other ./browser/chrome/browser/openLocation.properties.po
+user4 ./browser/chrome/browser/pageInfo.dtd.po
+user4 ./browser/chrome/browser/pageInfo.properties.po
+user1 ./browser/chrome/browser/pageReportFirstTime.dtd.po
+user3 ./browser/chrome/browser/places/bookmarkProperties.properties.po
+user2 ./browser/chrome/browser/places/editBookmarkOverlay.dtd.po
+user2 ./browser/chrome/browser/places/moveBookmarks.dtd.po
+user2 ./browser/chrome/browser/places/places.dtd.po
+user2 ./browser/chrome/browser/places/places.properties.po
+config2 ./browser/chrome/browser/preferences/advanced.dtd.po
+config2 ./browser/chrome/browser/preferences/advanced-scripts.dtd.po
+config1 ./browser/chrome/browser/preferences/applicationManager.dtd.po
+config1 ./browser/chrome/browser/preferences/applicationManager.properties.po
+config2 ./browser/chrome/browser/preferences/applications.dtd.po
+config2 ./browser/chrome/browser/preferences/colors.dtd.po
+config2 ./browser/chrome/browser/preferences/connection.dtd.po
+config1 ./browser/chrome/browser/preferences/content.dtd.po
+config2 ./browser/chrome/browser/preferences/cookies.dtd.po
+config2 ./browser/chrome/browser/preferences/fonts.dtd.po
+config2 ./browser/chrome/browser/preferences/languages.dtd.po
+config1 ./browser/chrome/browser/preferences/main.dtd.po
+config2 ./browser/chrome/browser/preferences/permissions.dtd.po
+config1 ./browser/chrome/browser/preferences/preferences.dtd.po
+config2 ./browser/chrome/browser/preferences/preferences.properties.po
+config1 ./browser/chrome/browser/preferences/privacy.dtd.po
+config1 ./browser/chrome/browser/preferences/security.dtd.po
+config2 ./browser/chrome/browser/preferences/securityWarnings.dtd.po
+config2 ./browser/chrome/browser/preferences/selectBookmark.dtd.po
+config1 ./browser/chrome/browser/preferences/tabs.dtd.po
+user1 ./browser/chrome/browser/quitDialog.properties.po
+configx ./browser/chrome/browser-region/region.properties.po
+user3 ./browser/chrome/browser/safebrowsing/phishing-afterload-warning-message.dtd.po
+user3 ./browser/chrome/browser/safebrowsing/report-phishing.dtd.po
+user3 ./browser/chrome/browser/safeMode.dtd.po
+config2 ./browser/chrome/browser/sanitize.dtd.po
+user1 ./browser/chrome/browser/searchbar.dtd.po
+user1 ./browser/chrome/browser/search.properties.po
+user3 ./browser/chrome/browser/setDesktopBackground.dtd.po
+user1 ./browser/chrome/browser/shellservice.properties.po
+user4 ./browser/chrome/browser/sidebar/sidebar.properties.po
+user1 ./browser/chrome/browser/tabbrowser.dtd.po
+user1 ./browser/chrome/browser/tabbrowser.properties.po
+user1 ./browser/chrome/overrides/appstrings.properties.po
+user1 ./browser/chrome/overrides/netError.dtd.po
+other ./browser/chrome/overrides/settingsChange.dtd.po
+user4 ./browser/crashreporter/crashreporter-override.ini.po
+install ./browser/defines.inc.po
+install ./browser/installer/custom.properties.po
+install ./browser/installer/mui.properties.po
+install ./browser/installer/override.properties.po
+other ./browser/profile/bookmarks.inc.po
+user2 ./browser/updater/updater.ini.po
+mac ./dom/chrome/accessibility/mac/accessible.properties.po
+unix ./dom/chrome/accessibility/unix/accessible.properties.po
+win ./dom/chrome/accessibility/win/accessible.properties.po
+other ./dom/chrome/appstrings.properties.po
+config2 ./dom/chrome/charsetTitles.properties.po
+notnb ./dom/chrome/dom/dom.properties.po
+configx ./dom/chrome/global.dtd.po
+other ./dom/chrome/global-strres.properties.po
+notnb ./dom/chrome/layout/css.properties.po
+user1 ./dom/chrome/layout/HtmlForm.properties.po
+notnb ./dom/chrome/layout/layout_errors.properties.po
+user4 ./dom/chrome/layout/MediaDocument.properties.po
+user3 ./dom/chrome/layout/printing.properties.po
+notnb ./dom/chrome/layout/xbl.properties.po
+notnb ./dom/chrome/layout/xmlparser.properties.po
+notnb ./dom/chrome/layout/xul.properties.po
+notnb ./dom/chrome/netErrorApp.dtd.po
+user1 ./dom/chrome/netError.dtd.po
+user2 ./dom/chrome/nsWebBrowserPersist.properties.po
+user2 ./dom/chrome/plugins.properties.po
+user3 ./dom/chrome/printdialog.properties.po
+user3 ./dom/chrome/prompts.properties.po
+security ./dom/chrome/security/caps.properties.po
+notnb ./dom/chrome/storage.properties.po
+notnb ./dom/chrome/svg/svg.properties.po
+security ./dom/chrome/webservices/security.properties.po
+notnb ./dom/chrome/xml/prettyprint.dtd.po
+notnb ./dom/chrome/xslt/xslt.properties.po
+user4 ./extensions/reporter/chrome/about.dtd.po
+user4 ./extensions/reporter/chrome/reporter.dtd.po
+user4 ./extensions/reporter/chrome/reporterOverlay.dtd.po
+user4 ./extensions/reporter/chrome/reportResults.dtd.po
+user4 ./extensions/reporter/chrome/reportWizard.dtd.po
+user4 ./extensions/reporter/chrome/reportWizard.properties.po
+user1 ./netwerk/necko.properties.po
+user1 ./other-licenses/branding/firefox/brand.dtd.po
+user1 ./other-licenses/branding/firefox/brand.properties.po
+never ./security/manager/chrome/pipnss/nsserrors.properties.po
+security ./security/manager/chrome/pipnss/pipnss.properties.po
+user1 ./security/manager/chrome/pipnss/security.properties.po
+security ./security/manager/chrome/pippki/certManager.dtd.po
+security ./security/manager/chrome/pippki/deviceManager.dtd.po
+security ./security/manager/chrome/pippki/pippki.dtd.po
+security ./security/manager/chrome/pippki/pippki.properties.po
+other ./security/manager/chrome/pippki/validation.dtd.po
+other ./toolkit/chrome/alerts/notificationNames.properties.po
+other ./toolkit/chrome/autoconfig/autoconfig.properties.po
+config2 ./toolkit/chrome/cookie/cookieAcceptDialog.dtd.po
+config2 ./toolkit/chrome/cookie/cookieAcceptDialog.properties.po
+other ./toolkit/chrome/global/about.dtd.po
+user3 ./toolkit/chrome/global/appPicker.dtd.po
+user3 ./toolkit/chrome/global/browser.properties.po
+user1 ./toolkit/chrome/global/charsetOverlay.dtd.po
+user2 ./toolkit/chrome/global/commonDialog.dtd.po
+user2 ./toolkit/chrome/global/commonDialogs.properties.po
+notnb ./toolkit/chrome/global/config.dtd.po
+notnb ./toolkit/chrome/global/config.properties.po
+notnb ./toolkit/chrome/global/console.dtd.po
+notnb ./toolkit/chrome/global/console.properties.po
+user1 ./toolkit/chrome/global/contentAreaCommands.properties.po
+config2 ./toolkit/chrome/global/customizeCharset.dtd.po
+config2 ./toolkit/chrome/global/customizeToolbar.dtd.po
+config2 ./toolkit/chrome/global/customizeToolbar.properties.po
+other ./toolkit/chrome/global/dateFormat.properties.po
+configx ./toolkit/chrome/global/datetimepicker.dtd.po
+never ./toolkit/chrome/global/dialogOverlay.dtd.po
+user1 ./toolkit/chrome/global/dialog.properties.po
+other ./toolkit/chrome/global/downloadProgress.properties.po
+user1 ./toolkit/chrome/global/editMenuOverlay.dtd.po
+other ./toolkit/chrome/global/filefield.properties.po
+user3 ./toolkit/chrome/global/filepicker.dtd.po
+user3 ./toolkit/chrome/global/filepicker.properties.po
+user1 ./toolkit/chrome/global/findbar.dtd.po
+user1 ./toolkit/chrome/global/findbar.properties.po
+user1 ./toolkit/chrome/global/finddialog.dtd.po
+user1 ./toolkit/chrome/global/finddialog.properties.po
+other ./toolkit/chrome/global/globalKeys.dtd.po
+unix ./toolkit/chrome/global/gnomeprintdialog.properties.po
+configx ./toolkit/chrome/global/intl.properties.po
+configx ./toolkit/chrome/global/keys.properties.po
+lang ./toolkit/chrome/global/languageNames.properties.po
+notnb ./toolkit/chrome/global/license.dtd.po
+notnb ./toolkit/chrome/global/mozilla.dtd.po
+other ./toolkit/chrome/global/notification.dtd.po
+other ./toolkit/chrome/global/nsHelperAppDlg.dtd.po
+other ./toolkit/chrome/global/nsHelperAppDlg.properties.po
+user2 ./toolkit/chrome/global/nsProgressDialog.dtd.po
+user2 ./toolkit/chrome/global/nsProgressDialog.properties.po
+other ./toolkit/chrome/global/nsTreeSorting.properties.po
+mac ./toolkit/chrome/global-platform/mac/intl.properties.po
+mac ./toolkit/chrome/global-platform/mac/platformKeys.properties.po
+unix ./toolkit/chrome/global-platform/unix/intl.properties.po
+unix ./toolkit/chrome/global-platform/unix/platformKeys.properties.po
+win ./toolkit/chrome/global-platform/win/intl.properties.po
+win ./toolkit/chrome/global-platform/win/platformKeys.properties.po
+user4 ./toolkit/chrome/global/aboutRights.dtd.po
+user1 ./toolkit/chrome/global/aboutRights.properties.po
+user1 ./toolkit/chrome/global/preferences.dtd.po
+user3 ./toolkit/chrome/global/printdialog.dtd.po
+user3 ./toolkit/chrome/global/printjoboptions.dtd.po
+user3 ./toolkit/chrome/global/printPageSetup.dtd.po
+user3 ./toolkit/chrome/global/printPreview.dtd.po
+user3 ./toolkit/chrome/global/printPreviewProgress.dtd.po
+user3 ./toolkit/chrome/global/printProgress.dtd.po
+user1 ./toolkit/chrome/global/videocontrols.dtd.po
+lang ./toolkit/chrome/global/regionNames.properties.po
+configx ./toolkit/chrome/global-region/region.dtd.po
+configx ./toolkit/chrome/global-region/region.properties.po
+user1 ./toolkit/chrome/global/textcontext.dtd.po
+other ./toolkit/chrome/global/tree.dtd.po
+user4 ./toolkit/chrome/global/viewSource.dtd.po
+user4 ./toolkit/chrome/global/viewSource.properties.po
+install ./toolkit/chrome/global/wizard.dtd.po
+install ./toolkit/chrome/global/wizard.properties.po
+user2 ./toolkit/chrome/global/xpinstall/xpinstall.properties.po
+user2 ./toolkit/chrome/mozapps/downloads/downloads.dtd.po
+user2 ./toolkit/chrome/mozapps/downloads/downloads.properties.po
+notnb ./toolkit/chrome/mozapps/downloads/settingsChange.dtd.po
+user2 ./toolkit/chrome/mozapps/downloads/unknownContentType.dtd.po
+user2 ./toolkit/chrome/mozapps/downloads/unknownContentType.properties.po
+notnb ./toolkit/chrome/mozapps/extensions/about.dtd.po
+notnb ./toolkit/chrome/mozapps/extensions/blocklist.dtd.po
+notnb ./toolkit/chrome/mozapps/extensions/errors.dtd.po
+user2 ./toolkit/chrome/mozapps/extensions/extensions.dtd.po
+user2 ./toolkit/chrome/mozapps/extensions/extensions.properties.po
+user2 ./toolkit/chrome/mozapps/extensions/update.dtd.po
+user2 ./toolkit/chrome/mozapps/extensions/update.properties.po
+notnb ./toolkit/chrome/mozapps/handling/handling.dtd.po
+notnb ./toolkit/chrome/mozapps/handling/handling.properties.po
+never ./toolkit/chrome/mozapps/help/help.dtd.po
+never ./toolkit/chrome/mozapps/help/help.properties.po
+user2 ./toolkit/chrome/mozapps/plugins/plugins.dtd.po
+user2 ./toolkit/chrome/mozapps/plugins/plugins.properties.po
+security ./toolkit/chrome/mozapps/preferences/changemp.dtd.po
+security ./toolkit/chrome/mozapps/preferences/ocsp.dtd.po
+security ./toolkit/chrome/mozapps/preferences/preferences.properties.po
+security ./toolkit/chrome/mozapps/preferences/removemp.dtd.po
+config2 ./toolkit/chrome/mozapps/profile/createProfileWizard.dtd.po
+config2 ./toolkit/chrome/mozapps/profile/profileSelection.dtd.po
+config2 ./toolkit/chrome/mozapps/profile/profileSelection.properties.po
+config2 ./toolkit/chrome/mozapps/update/history.dtd.po
+user2 ./toolkit/chrome/mozapps/update/incompatible.dtd.po
+user3 ./toolkit/chrome/mozapps/update/updates.dtd.po
+user3 ./toolkit/chrome/mozapps/update/updates.properties.po
+user2 ./toolkit/chrome/mozapps/xpinstall/xpinstallConfirm.dtd.po
+user2 ./toolkit/chrome/mozapps/xpinstall/xpinstallConfirm.properties.po
+config2 ./toolkit/chrome/passwordmgr/passwordManager.dtd.po
+user1 ./toolkit/chrome/passwordmgr/passwordmgr.properties.po
+user3 ./toolkit/chrome/places/places.properties.po
+other ./toolkit/chrome/search/search.properties.po
+notnb ./toolkit/crashreporter/crashes.dtd.po
+notnb ./toolkit/crashreporter/crashes.properties.po
+notnb ./toolkit/crashreporter/crashreporter.ini.po
+configx ./toolkit/defines.inc.po
Deleted: trunk/po/fftb/phaselist
===================================================================
--- trunk/po/fftb/phaselist 2009-09-08 20:05:01 UTC (rev 9844)
+++ trunk/po/fftb/phaselist 2009-09-11 13:27:40 UTC (rev 9845)
@@ -1,230 +0,0 @@
-user1 ./browser/chrome/branding/brand.dtd.po
-user1 ./browser/chrome/branding/brand.properties.po
-other ./browser/chrome/browser/aboutCertError.dtd.po
-user1 ./browser/chrome/browser/aboutDialog.dtd.po
-user2 ./browser/chrome/browser/aboutPrivateBrowsing.dtd.po
-user4 ./browser/chrome/browser/aboutRights.dtd.po
-user1 ./browser/chrome/browser/aboutRights.properties.po
-never ./browser/chrome/browser/aboutRobots.dtd.po
-user2 ./browser/chrome/browser/aboutSessionRestore.dtd.po
-user1 ./browser/chrome/browser/baseMenuOverlay.dtd.po
-user1 ./browser/chrome/browser/browser.dtd.po
-user1 ./browser/chrome/browser/browser.properties.po
-user1 ./browser/chrome/browser/credits.dtd.po
-user3 ./browser/chrome/browser/engineManager.dtd.po
-user3 ./browser/chrome/browser/engineManager.properties.po
-user3 ./browser/chrome/browser/feeds/subscribe.dtd.po
-user3 ./browser/chrome/browser/feeds/subscribe.properties.po
-user3 ./browser/chrome/browser/history/history.dtd.po
-user4 ./browser/chrome/browser/metaData.dtd.po
-user4 ./browser/chrome/browser/metaData.properties.po
-install ./browser/chrome/browser/migration/migration.dtd.po
-install ./browser/chrome/browser/migration/migration.properties.po
-other ./browser/chrome/browser/openLocation.dtd.po
-other ./browser/chrome/browser/openLocation.properties.po
-user4 ./browser/chrome/browser/pageInfo.dtd.po
-user4 ./browser/chrome/browser/pageInfo.properties.po
-user1 ./browser/chrome/browser/pageReportFirstTime.dtd.po
-user3 ./browser/chrome/browser/places/bookmarkProperties.properties.po
-user2 ./browser/chrome/browser/places/editBookmarkOverlay.dtd.po
-user2 ./browser/chrome/browser/places/moveBookmarks.dtd.po
-user2 ./browser/chrome/browser/places/places.dtd.po
-user2 ./browser/chrome/browser/places/places.properties.po
-config2 ./browser/chrome/browser/preferences/advanced.dtd.po
-config2 ./browser/chrome/browser/preferences/advanced-scripts.dtd.po
-config1 ./browser/chrome/browser/preferences/applicationManager.dtd.po
-config1 ./browser/chrome/browser/preferences/applicationManager.properties.po
-config2 ./browser/chrome/browser/preferences/applications.dtd.po
-config2 ./browser/chrome/browser/preferences/colors.dtd.po
-config2 ./browser/chrome/browser/preferences/connection.dtd.po
-config1 ./browser/chrome/browser/preferences/content.dtd.po
-config2 ./browser/chrome/browser/preferences/cookies.dtd.po
-notnb ./browser/chrome/browser/preferences/fallbackEULA.dtd.po
-config2 ./browser/chrome/browser/preferences/fonts.dtd.po
-config2 ./browser/chrome/browser/preferences/languages.dtd.po
-config1 ./browser/chrome/browser/preferences/main.dtd.po
-config2 ./browser/chrome/browser/preferences/permissions.dtd.po
-config2 ./browser/chrome/browser/preferences/phishEULA.dtd.po
-config1 ./browser/chrome/browser/preferences/preferences.dtd.po
-config2 ./browser/chrome/browser/preferences/preferences.properties.po
-config1 ./browser/chrome/browser/preferences/privacy.dtd.po
-config1 ./browser/chrome/browser/preferences/security.dtd.po
-config2 ./browser/chrome/browser/preferences/securityWarnings.dtd.po
-config2 ./browser/chrome/browser/preferences/selectBookmark.dtd.po
-config1 ./browser/chrome/browser/preferences/tabs.dtd.po
-user1 ./browser/chrome/browser/quitDialog.properties.po
-configx ./browser/chrome/browser-region/region.properties.po
-user3 ./browser/chrome/browser/safebrowsing/blockedSite.properties.po
-user3 ./browser/chrome/browser/safebrowsing/phishing-afterload-warning-message.dtd.po
-user3 ./browser/chrome/browser/safebrowsing/report-phishing.dtd.po
-user3 ./browser/chrome/browser/safeMode.dtd.po
-config2 ./browser/chrome/browser/sanitize.dtd.po
-user1 ./browser/chrome/browser/searchbar.dtd.po
-user1 ./browser/chrome/browser/search.properties.po
-user3 ./browser/chrome/browser/setDesktopBackground.dtd.po
-user1 ./browser/chrome/browser/shellservice.properties.po
-user4 ./browser/chrome/browser/sidebar/sidebar.properties.po
-user1 ./browser/chrome/browser/tabbrowser.dtd.po
-user1 ./browser/chrome/browser/tabbrowser.properties.po
-user1 ./browser/chrome/overrides/appstrings.properties.po
-user1 ./browser/chrome/overrides/netError.dtd.po
-other ./browser/chrome/overrides/settingsChange.dtd.po
-user4 ./browser/crashreporter/crashreporter-override.ini.po
-install ./browser/defines.inc.po
-install ./browser/installer/custom.properties.po
-install ./browser/installer/mui.properties.po
-install ./browser/installer/override.properties.po
-other ./browser/profile/bookmarks.inc.po
-user2 ./browser/updater/updater.ini.po
-mac ./dom/chrome/accessibility/mac/accessible.properties.po
-unix ./dom/chrome/accessibility/unix/accessible.properties.po
-win ./dom/chrome/accessibility/win/accessible.properties.po
-other ./dom/chrome/appstrings.properties.po
-config2 ./dom/chrome/charsetTitles.properties.po
-notnb ./dom/chrome/dom/dom.properties.po
-configx ./dom/chrome/global.dtd.po
-other ./dom/chrome/global-strres.properties.po
-notnb ./dom/chrome/layout/css.properties.po
-user1 ./dom/chrome/layout/HtmlForm.properties.po
-notnb ./dom/chrome/layout/layout_errors.properties.po
-user4 ./dom/chrome/layout/MediaDocument.properties.po
-user3 ./dom/chrome/layout/printing.properties.po
-notnb ./dom/chrome/layout/xbl.properties.po
-notnb ./dom/chrome/layout/xmlparser.properties.po
-notnb ./dom/chrome/layout/xul.properties.po
-notnb ./dom/chrome/netErrorApp.dtd.po
-user1 ./dom/chrome/netError.dtd.po
-user2 ./dom/chrome/nsWebBrowserPersist.properties.po
-user2 ./dom/chrome/plugins.properties.po
-user3 ./dom/chrome/printdialog.properties.po
-user3 ./dom/chrome/prompts.properties.po
-security ./dom/chrome/security/caps.properties.po
-notnb ./dom/chrome/storage.properties.po
-notnb ./dom/chrome/svg/svg.properties.po
-security ./dom/chrome/webservices/security.properties.po
-notnb ./dom/chrome/xml/prettyprint.dtd.po
-notnb ./dom/chrome/xslt/xslt.properties.po
-user4 ./extensions/reporter/chrome/about.dtd.po
-user4 ./extensions/reporter/chrome/reporter.dtd.po
-user4 ./extensions/reporter/chrome/reporterOverlay.dtd.po
-user4 ./extensions/reporter/chrome/reportResults.dtd.po
-user4 ./extensions/reporter/chrome/reportWizard.dtd.po
-user4 ./extensions/reporter/chrome/reportWizard.properties.po
-user1 ./netwerk/necko.properties.po
-user1 ./other-licenses/branding/firefox/brand.dtd.po
-user1 ./other-licenses/branding/firefox/brand.properties.po
-never ./security/manager/chrome/pipnss/nsserrors.properties.po
-security ./security/manager/chrome/pipnss/pipnss.properties.po
-user1 ./security/manager/chrome/pipnss/security.properties.po
-security ./security/manager/chrome/pippki/certManager.dtd.po
-security ./security/manager/chrome/pippki/deviceManager.dtd.po
-security ./security/manager/chrome/pippki/pippki.dtd.po
-security ./security/manager/chrome/pippki/pippki.properties.po
-other ./security/manager/chrome/pippki/validation.dtd.po
-other ./toolkit/chrome/alerts/notificationNames.properties.po
-other ./toolkit/chrome/autoconfig/autoconfig.properties.po
-config2 ./toolkit/chrome/cookie/cookieAcceptDialog.dtd.po
-config2 ./toolkit/chrome/cookie/cookieAcceptDialog.properties.po
-other ./toolkit/chrome/global/about.dtd.po
-user3 ./toolkit/chrome/global/appPicker.dtd.po
-user3 ./toolkit/chrome/global/browser.properties.po
-user1 ./toolkit/chrome/global/charsetOverlay.dtd.po
-user2 ./toolkit/chrome/global/commonDialog.dtd.po
-user2 ./toolkit/chrome/global/commonDialogs.properties.po
-notnb ./toolkit/chrome/global/config.dtd.po
-notnb ./toolkit/chrome/global/config.properties.po
-notnb ./toolkit/chrome/global/console.dtd.po
-notnb ./toolkit/chrome/global/console.properties.po
-user1 ./toolkit/chrome/global/contentAreaCommands.properties.po
-config2 ./toolkit/chrome/global/customizeCharset.dtd.po
-config2 ./toolkit/chrome/global/customizeToolbar.dtd.po
-config2 ./toolkit/chrome/global/customizeToolbar.properties.po
-other ./toolkit/chrome/global/dateFormat.properties.po
-configx ./toolkit/chrome/global/datetimepicker.dtd.po
-never ./toolkit/chrome/global/dialogOverlay.dtd.po
-user1 ./toolkit/chrome/global/dialog.properties.po
-other ./toolkit/chrome/global/downloadProgress.properties.po
-user1 ./toolkit/chrome/global/editMenuOverlay.dtd.po
-other ./toolkit/chrome/global/filefield.properties.po
-user3 ./toolkit/chrome/global/filepicker.dtd.po
-user3 ./toolkit/chrome/global/filepicker.properties.po
-user1 ./toolkit/chrome/global/findbar.dtd.po
-user1 ./toolkit/chrome/global/findbar.properties.po
-user1 ./toolkit/chrome/global/finddialog.dtd.po
-user1 ./toolkit/chrome/global/finddialog.properties.po
-other ./toolkit/chrome/global/globalKeys.dtd.po
-unix ./toolkit/chrome/global/gnomeprintdialog.properties.po
-user3 ./toolkit/chrome/global/history/history.properties.po
-configx ./toolkit/chrome/global/intl.properties.po
-configx ./toolkit/chrome/global/keys.properties.po
-lang ./toolkit/chrome/global/languageNames.properties.po
-notnb ./toolkit/chrome/global/license.dtd.po
-notnb ./toolkit/chrome/global/mozilla.dtd.po
-other ./toolkit/chrome/global/notification.dtd.po
-other ./toolkit/chrome/global/nsHelperAppDlg.dtd.po
-other ./toolkit/chrome/global/nsHelperAppDlg.properties.po
-user2 ./toolkit/chrome/global/nsProgressDialog.dtd.po
-user2 ./toolkit/chrome/global/nsProgressDialog.properties.po
-other ./toolkit/chrome/global/nsTreeSorting.properties.po
-mac ./toolkit/chrome/global-platform/mac/intl.properties.po
-mac ./toolkit/chrome/global-platform/mac/platformKeys.properties.po
-unix ./toolkit/chrome/global-platform/unix/intl.properties.po
-unix ./toolkit/chrome/global-platform/unix/platformKeys.properties.po
-win ./toolkit/chrome/global-platform/win/intl.properties.po
-win ./toolkit/chrome/global-platform/win/platformKeys.properties.po
-user1 ./toolkit/chrome/global/preferences.dtd.po
-user3 ./toolkit/chrome/global/printdialog.dtd.po
-user3 ./toolkit/chrome/global/printjoboptions.dtd.po
-user3 ./toolkit/chrome/global/printPageSetup.dtd.po
-user3 ./toolkit/chrome/global/printPreview.dtd.po
-user3 ./toolkit/chrome/global/printPreviewProgress.dtd.po
-user3 ./toolkit/chrome/global/printProgress.dtd.po
-lang ./toolkit/chrome/global/regionNames.properties.po
-configx ./toolkit/chrome/global-region/region.dtd.po
-configx ./toolkit/chrome/global-region/region.properties.po
-user1 ./toolkit/chrome/global/textcontext.dtd.po
-other ./toolkit/chrome/global/tree.dtd.po
-user4 ./toolkit/chrome/global/viewSource.dtd.po
-user4 ./toolkit/chrome/global/viewSource.properties.po
-install ./toolkit/chrome/global/wizard.dtd.po
-install ./toolkit/chrome/global/wizard.properties.po
-user2 ./toolkit/chrome/global/xpinstall/xpinstall.properties.po
-user2 ./toolkit/chrome/mozapps/downloads/downloads.dtd.po
-user2 ./toolkit/chrome/mozapps/downloads/downloads.properties.po
-notnb ./toolkit/chrome/mozapps/downloads/settingsChange.dtd.po
-user2 ./toolkit/chrome/mozapps/downloads/unknownContentType.dtd.po
-user2 ./toolkit/chrome/mozapps/downloads/unknownContentType.properties.po
-notnb ./toolkit/chrome/mozapps/extensions/about.dtd.po
-notnb ./toolkit/chrome/mozapps/extensions/blocklist.dtd.po
-notnb ./toolkit/chrome/mozapps/extensions/errors.dtd.po
-user2 ./toolkit/chrome/mozapps/extensions/extensions.dtd.po
-user2 ./toolkit/chrome/mozapps/extensions/extensions.properties.po
-user2 ./toolkit/chrome/mozapps/extensions/update.dtd.po
-user2 ./toolkit/chrome/mozapps/extensions/update.properties.po
-notnb ./toolkit/chrome/mozapps/handling/handling.dtd.po
-notnb ./toolkit/chrome/mozapps/handling/handling.properties.po
-never ./toolkit/chrome/mozapps/help/help.dtd.po
-never ./toolkit/chrome/mozapps/help/help.properties.po
-user2 ./toolkit/chrome/mozapps/plugins/plugins.dtd.po
-user2 ./toolkit/chrome/mozapps/plugins/plugins.properties.po
-security ./toolkit/chrome/mozapps/preferences/changemp.dtd.po
-security ./toolkit/chrome/mozapps/preferences/ocsp.dtd.po
-security ./toolkit/chrome/mozapps/preferences/preferences.properties.po
-security ./toolkit/chrome/mozapps/preferences/removemp.dtd.po
-config2 ./toolkit/chrome/mozapps/profile/createProfileWizard.dtd.po
-config2 ./toolkit/chrome/mozapps/profile/profileSelection.dtd.po
-config2 ./toolkit/chrome/mozapps/profile/profileSelection.properties.po
-config2 ./toolkit/chrome/mozapps/update/history.dtd.po
-user2 ./toolkit/chrome/mozapps/update/incompatible.dtd.po
-user3 ./toolkit/chrome/mozapps/update/updates.dtd.po
-user3 ./toolkit/chrome/mozapps/update/updates.properties.po
-user2 ./toolkit/chrome/mozapps/xpinstall/xpinstallConfirm.dtd.po
-user2 ./toolkit/chrome/mozapps/xpinstall/xpinstallConfirm.properties.po
-config2 ./toolkit/chrome/passwordmgr/passwordManager.dtd.po
-user1 ./toolkit/chrome/passwordmgr/passwordmgr.properties.po
-user3 ./toolkit/chrome/places/places.properties.po
-other ./toolkit/chrome/search/search.properties.po
-notnb ./toolkit/crashreporter/crashes.dtd.po
-notnb ./toolkit/crashreporter/crashes.properties.po
-notnb ./toolkit/crashreporter/crashreporter.ini.po
-configx ./toolkit/defines.inc.po
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-08 20:05:09
|
Revision: 9844
http://zaf.svn.sourceforge.net/zaf/?rev=9844&view=rev
Author: dwaynebailey
Date: 2009-09-08 20:05:01 +0000 (Tue, 08 Sep 2009)
Log Message:
-----------
NSO: user3 now 100%
Modified Paths:
--------------
trunk/po/fftb/nso/browser/chrome/browser/safebrowsing/blockedSite.properties.po
trunk/po/fftb/nso/browser/chrome/browser/safebrowsing/phishing-afterload-warning-message.dtd.po
trunk/po/fftb/nso/toolkit/chrome/mozapps/update/updates.dtd.po
trunk/po/fftb/nso/toolkit/chrome/mozapps/update/updates.properties.po
Modified: trunk/po/fftb/nso/browser/chrome/browser/safebrowsing/blockedSite.properties.po
===================================================================
--- trunk/po/fftb/nso/browser/chrome/browser/safebrowsing/blockedSite.properties.po 2009-09-07 08:16:59 UTC (rev 9843)
+++ trunk/po/fftb/nso/browser/chrome/browser/safebrowsing/blockedSite.properties.po 2009-09-08 20:05:01 UTC (rev 9844)
@@ -4,7 +4,7 @@
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-03-24 13:39+0200\n"
-"PO-Revision-Date: 2009-06-11 15:40+0200\n"
+"PO-Revision-Date: 2009-09-08 16:28+0200\n"
"Last-Translator: Pheledi Mathibela <ph...@mo...>\n"
"Language-Team: none\n"
"Language: nso\n"
@@ -37,9 +37,9 @@
"<p>Disaete tša go hlasela di lokela mananeo ao a utswago tshedimošo ya "
"praebete, le go diriša khomphutha ya gago go hlasela tše dingwe, goba go "
"senya tshepedišo ya gago.</p>\n"
-"<p>Disaete tše dingwe tša go hlasela di phatlalatša ka boomo sofetewere e "
-"kotsi, eupša tše dintši di bewa kotsing ka ntle le go tseba goba tumelelo ya "
-"beng ba yona.</p>"
+"<p>Disaete tše dingwe tša go hlasela di phatlalatša ka boomo lenaneotirišo "
+"la khomphutha le kotsi, eupša tše dintši di bewa kotsing ka ntle le go tseba "
+"goba tumelelo ya beng ba yona.</p>"
#: phishing.title2
msgid "Reported Web Forgery!"
Modified: trunk/po/fftb/nso/browser/chrome/browser/safebrowsing/phishing-afterload-warning-message.dtd.po
===================================================================
--- trunk/po/fftb/nso/browser/chrome/browser/safebrowsing/phishing-afterload-warning-message.dtd.po 2009-09-07 08:16:59 UTC (rev 9843)
+++ trunk/po/fftb/nso/browser/chrome/browser/safebrowsing/phishing-afterload-warning-message.dtd.po 2009-09-08 20:05:01 UTC (rev 9844)
@@ -4,7 +4,7 @@
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-03-24 13:39+0200\n"
-"PO-Revision-Date: 2009-06-12 10:00+0200\n"
+"PO-Revision-Date: 2009-09-08 16:28+0200\n"
"Last-Translator: Pheledi Mathibela <ph...@mo...>\n"
"Language-Team: none\n"
"Language: nso\n"
@@ -105,8 +105,8 @@
"<p>Disaete tša go hlasela di leka go lokela mananeo ao a utswago tshedimošo "
"ya praebete, go diriša khomphutha ya gago go hlasela tše dingwe, goba go "
"senya tshepedišo ya gago.</p><p>Disaete tše dingwe tša go hlasela di "
-"phatlalatša ka boomo sofetewere e kotsi, eupša tše dintši di bewa kotsing ka "
-"ntle le go tseba goba tumelelo ya beng ba yona.</p>"
+"phatlalatša ka boomo lenaneotirišo la khomphutha le kotsi, eupša tše dintši "
+"di bewa kotsing ka ntle le go tseba goba tumelelo ya beng ba yona.</p>"
#: safeb.blocked.phishing.title
msgid "Reported Web Forgery!"
Modified: trunk/po/fftb/nso/toolkit/chrome/mozapps/update/updates.dtd.po
===================================================================
--- trunk/po/fftb/nso/toolkit/chrome/mozapps/update/updates.dtd.po 2009-09-07 08:16:59 UTC (rev 9843)
+++ trunk/po/fftb/nso/toolkit/chrome/mozapps/update/updates.dtd.po 2009-09-08 20:05:01 UTC (rev 9844)
@@ -4,7 +4,7 @@
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-03-24 13:39+0200\n"
-"PO-Revision-Date: 2009-06-18 13:03+0200\n"
+"PO-Revision-Date: 2009-09-08 16:33+0200\n"
"Last-Translator: Pheledi Mathibela <ph...@mo...>\n"
"Language-Team: LANGUAGE <LL...@li...>\n"
"Language: nso\n"
@@ -17,7 +17,7 @@
#: updateWizard.title
msgid "Software Update"
-msgstr "Kaonafatšo ya sofetewere"
+msgstr "Kaonafatšo ya lenaneotirišo la khomphutha"
#. Do not translate this. Only change the numeric values if you need this dialogue box to appear bigger
#: window.width
@@ -74,7 +74,7 @@
"ikgokaganye le \n"
"molaodi wa tshepedišo ya gago, goba o leke gape go tšwa go akhaonto yeo e "
"nago le tumelelo ya go \n"
-"lokela sofetewere khomphutheng ye."
+"lokela lenaneotirišo la khomphutha khomphutheng ye."
#: manualUpdateGetMsg.label
msgid "You can always get the latest version of &brandShortName; at:"
@@ -110,11 +110,11 @@
#: license.titleText
msgid "Software License Agreement"
-msgstr "Tumelelano ya laesense ya sofetewere"
+msgstr "Tumelelano ya laesense ya lenaneotirišo la khomphutha"
#: license.introText
msgid "Terms and conditions for using this software."
-msgstr "Mabaka le maemo a go diriša sofetewere ye."
+msgstr "Melao le dipeelo tša go diriša lenaneotirišo le la khomphutha."
#: license.instructionText
msgid ""
Modified: trunk/po/fftb/nso/toolkit/chrome/mozapps/update/updates.properties.po
===================================================================
--- trunk/po/fftb/nso/toolkit/chrome/mozapps/update/updates.properties.po 2009-09-07 08:16:59 UTC (rev 9843)
+++ trunk/po/fftb/nso/toolkit/chrome/mozapps/update/updates.properties.po 2009-09-08 20:05:01 UTC (rev 9844)
@@ -4,7 +4,7 @@
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-03-24 13:39+0200\n"
-"PO-Revision-Date: 2009-06-18 13:40+0200\n"
+"PO-Revision-Date: 2009-09-08 16:33+0200\n"
"Last-Translator: Pheledi Mathibela <ph...@mo...>\n"
"Language-Team: LANGUAGE <LL...@li...>\n"
"Language: nso\n"
@@ -100,7 +100,7 @@
#: resumePausedAfterCloseTitle
msgid "Software Update"
-msgstr "Kaonafatšo ya sofetewere"
+msgstr "Kaonafatšo ya lenaneotirišo la khomphutha"
#: resumePausedAfterCloseMsg
msgid ""
@@ -112,7 +112,7 @@
#: updaterIOErrorTitle
msgid "Software Update Failed"
-msgstr "Kaonafatšo ya sofetewere e paletšwe"
+msgstr "Kaonafatšo ya lenaneotirišo la khomphutha e paletšwe"
#: updaterIOErrorMsg
msgid ""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-09-07 08:17:10
|
Revision: 9843
http://zaf.svn.sourceforge.net/zaf/?rev=9843&view=rev
Author: dwaynebailey
Date: 2009-09-07 08:16:59 +0000 (Mon, 07 Sep 2009)
Log Message:
-----------
2009-08-19 Dwayne Bailey <dw...@tr...>
- Align week day names so that Mon/Monday is first
- Fix contact information
Modified Paths:
--------------
trunk/locale/localedata/en_ZA
Modified: trunk/locale/localedata/en_ZA
===================================================================
--- trunk/locale/localedata/en_ZA 2009-09-01 11:17:27 UTC (rev 9842)
+++ trunk/locale/localedata/en_ZA 2009-09-07 08:16:59 UTC (rev 9843)
@@ -4,8 +4,8 @@
% English language locale for South Africa
% Source: Zuza Software Foundation (Translate.org.za)
% Email: dw...@tr...
-% Tel: +27 12 3430389
-% Fax: +27 12 3430389
+% Tel: +27 12 460 1095
+% Fax: +27 12 460 1095
% Language: en
% Territory: ZA
% Revision: 1.3.1
@@ -17,6 +17,9 @@
% for commercial purposes.
%
% Changelog
+% 2009-08-19 Dwayne Bailey <dw...@tr...>
+% - Align week day names so that Mon/Monday is first
+% - Fix contact information
% 2008-06-12 Dwayne Bailey <dw...@tr...>
% - Added week - aligns with SANS 8601
% 1.3.1 (2007-04-20):
@@ -129,21 +132,21 @@
LC_TIME
% abday - The abbreviations for the week days:
-% - Sun, Mon, Tue, Wed, Thu, Fri, Sat
-abday "<U0053><U0075><U006E>";"<U004D><U006F><U006E>";/
+% - Mon, Tue, Wed, Thu, Fri, Sat, Sun
+abday "<U004D><U006F><U006E>";/
"<U0054><U0075><U0065>";"<U0057><U0065><U0064>";/
"<U0054><U0068><U0075>";"<U0046><U0072><U0069>";/
- "<U0053><U0061><U0074>"
+ "<U0053><U0061><U0074>";"<U0053><U0075><U006E>"
% day - The full names of the week days:
-% - Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday
-day "<U0053><U0075><U006E><U0064><U0061><U0079>";/
- "<U004D><U006F><U006E><U0064><U0061><U0079>";/
+% - Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
+day "<U004D><U006F><U006E><U0064><U0061><U0079>";/
"<U0054><U0075><U0065><U0073><U0064><U0061><U0079>";/
"<U0057><U0065><U0064><U006E><U0065><U0073><U0064><U0061><U0079>";/
"<U0054><U0068><U0075><U0072><U0073><U0064><U0061><U0079>";/
"<U0046><U0072><U0069><U0064><U0061><U0079>";/
"<U0053><U0061><U0074><U0075><U0072><U0064><U0061><U0079>"
+ "<U0053><U0075><U006E><U0064><U0061><U0079>"
% abmon - The abbreviations for the months
% - Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fri...@us...> - 2009-09-01 11:17:39
|
Revision: 9842
http://zaf.svn.sourceforge.net/zaf/?rev=9842&view=rev
Author: friedelwolff
Date: 2009-09-01 11:17:27 +0000 (Tue, 01 Sep 2009)
Log Message:
-----------
Translation error spotted by Dwayne
Modified Paths:
--------------
trunk/po/fftb/af/browser/chrome/browser/browser.dtd.po
Modified: trunk/po/fftb/af/browser/chrome/browser/browser.dtd.po
===================================================================
--- trunk/po/fftb/af/browser/chrome/browser/browser.dtd.po 2009-08-18 13:52:54 UTC (rev 9841)
+++ trunk/po/fftb/af/browser/chrome/browser/browser.dtd.po 2009-09-01 11:17:27 UTC (rev 9842)
@@ -682,7 +682,7 @@
#: sendImageCmd.label sendImageCmd.accesskey
msgid "Se&nd Image…"
-msgstr "Gest&uurde prent…"
+msgstr "St&uur prent…"
#: sendVideoCmd.label sendVideoCmd.accesskey
msgid "Se&nd Video…"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <dwa...@us...> - 2009-08-18 13:53:03
|
Revision: 9841
http://zaf.svn.sourceforge.net/zaf/?rev=9841&view=rev
Author: dwaynebailey
Date: 2009-08-18 13:52:54 +0000 (Tue, 18 Aug 2009)
Log Message:
-----------
Lets grep for the correct LC_ category
Modified Paths:
--------------
trunk/locale/check-numbers
Modified: trunk/locale/check-numbers
===================================================================
--- trunk/locale/check-numbers 2009-08-18 12:43:10 UTC (rev 9840)
+++ trunk/locale/check-numbers 2009-08-18 13:52:54 UTC (rev 9841)
@@ -4,7 +4,7 @@
export LC_ALL=$1.utf8
fi
-echo Using locale: `locale | grep LC_TIME`
+echo Using locale: `locale | grep LC_NUMERIC`
printf "Thousand seperator: %'d\n" 2000000
printf "Fractions: %'.2f\n" 2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|