===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
qabcs-1.0.2/scripts/gen_properties_auto.sh-114-do
qabcs-1.0.2/scripts/gen_properties_auto.sh:115:  if [ -z `find abcs/all/pics -name "$filename.*"` ]
qabcs-1.0.2/scripts/gen_properties_auto.sh-116-  then
##############################################
qabcs-1.0.2/scripts/gen_properties_auto.sh-122-# get native language name from langs.json
qabcs-1.0.2/scripts/gen_properties_auto.sh:123:declare -c language=`awk -F=":" -v RS="}" '$1'"~/\"$lang\"/ {print}" langs/langs.json|grep nativeName|cut -d ":" -f 2|cut -d "\"" -f 2`
qabcs-1.0.2/scripts/gen_properties_auto.sh-124-
##############################################
qabcs-1.0.2/scripts/gen_properties_auto.sh-139-then
qabcs-1.0.2/scripts/gen_properties_auto.sh:140:  if [ ! -z "`find abcs/$lang -name *.properties`" ]
qabcs-1.0.2/scripts/gen_properties_auto.sh-141-  then
qabcs-1.0.2/scripts/gen_properties_auto.sh:142:    string="`cat abcs/$lang/abc*.properties|grep -v "^#"|awk '{print tolower($0)}'|cut -d ":" -f 2|cut -d "=" -f 4`"
qabcs-1.0.2/scripts/gen_properties_auto.sh-143-  fi
##############################################
qabcs-1.0.2/scripts/gen_properties_auto.sh-149-  # get filenames, they are keys in properties file
qabcs-1.0.2/scripts/gen_properties_auto.sh:150:  for filename in `dir -1 abcs/all/pics/$dir|cut -d "." -f 1`
qabcs-1.0.2/scripts/gen_properties_auto.sh-151-  do
qabcs-1.0.2/scripts/gen_properties_auto.sh-152-    # get translated words in lowercase
qabcs-1.0.2/scripts/gen_properties_auto.sh:153:    word=`cat $file|grep "^$filename="|cut -d "=" -f 2|sed "s|_| |g"|awk '{print tolower($0)}'`
qabcs-1.0.2/scripts/gen_properties_auto.sh:154:    if [ ! -z "$word" ] && [ -z "`echo "$string"|grep "^$filename$"`" ]
qabcs-1.0.2/scripts/gen_properties_auto.sh-155-    then
qabcs-1.0.2/scripts/gen_properties_auto.sh-156-      # get first letter of word
qabcs-1.0.2/scripts/gen_properties_auto.sh:157:      letter=`echo $word|cut -c 1`
qabcs-1.0.2/scripts/gen_properties_auto.sh-158-      noise=$filename
##############################################
qabcs-1.0.2/scripts/gen_properties_auto.sh-175-   do
qabcs-1.0.2/scripts/gen_properties_auto.sh:176:     letter=`echo $line|cut -d "=" -f 1`
qabcs-1.0.2/scripts/gen_properties_auto.sh:177:     letter_var=`echo $line|cut -d "=" -f 2`
qabcs-1.0.2/scripts/gen_properties_auto.sh-178-     if [ ! -z "$letter_var" ]
##############################################
qabcs-1.0.2/scripts/gen_properties_auto.sh-241-    # get all strings that have category with letter
qabcs-1.0.2/scripts/gen_properties_auto.sh:242:    a=`cat $result_file.sorted|grep "$dir:$letter="`
qabcs-1.0.2/scripts/gen_properties_auto.sh-243-    if [ ! -z "$a" ]
##############################################
qabcs-1.0.2/scripts/gen_properties_auto.sh-258-
qabcs-1.0.2/scripts/gen_properties_auto.sh:259:a=`cat $result_file.sorted`
qabcs-1.0.2/scripts/gen_properties_auto.sh-260-
##############################################
qabcs-1.0.2/scripts/gen_words_template.sh-11-do
qabcs-1.0.2/scripts/gen_words_template.sh:12:  for filename in `dir -1 abcs/all/pics/$dir|cut -d "." -f 1`
qabcs-1.0.2/scripts/gen_words_template.sh-13-  do
qabcs-1.0.2/scripts/gen_words_template.sh:14:    word=`echo $filename|sed "s|_| |g"`
qabcs-1.0.2/scripts/gen_words_template.sh-15-    echo "$filename=$word" >> langs/qabcs_en.properties
##############################################
qabcs-1.0.2/scripts/gen_words_tmp_template.sh-20-
qabcs-1.0.2/scripts/gen_words_tmp_template.sh:21:for filename in `cat $file|grep -v ^language|grep -v ^espeak_params|grep -v ^visible|grep -v ^author|grep -v ^inheritsFrom|grep -v ^view_letters|grep -v ^speak_method|grep -v ^typing|grep -v ^#|grep -v '\[missing\]'|sed "s|:.*=.*=.*=|:|g"|sort|cut -d ":" -f 2; cat langs/qabcs_en.properties|cut -d "=" -f 1`
qabcs-1.0.2/scripts/gen_words_tmp_template.sh-22-do
qabcs-1.0.2/scripts/gen_words_tmp_template.sh:23:  word=`echo $filename|sed "s|_| |g"`
qabcs-1.0.2/scripts/gen_words_tmp_template.sh:24:  if [ ! -z `echo $word|grep '='` ]
qabcs-1.0.2/scripts/gen_words_tmp_template.sh-25-  then
##############################################
qabcs-1.0.2/scripts/google.sh-168-be_into_uk() {
qabcs-1.0.2/scripts/google.sh:169:  text=`echo "$text"|sed "s|э|е|g"`
qabcs-1.0.2/scripts/google.sh:170:  text=`echo "$text"|sed "s|э́|е́|g"`
qabcs-1.0.2/scripts/google.sh:171:  text=`echo "$text"|sed "s|е|є|g"`
qabcs-1.0.2/scripts/google.sh:172:  text=`echo "$text"|sed "s|е́|є́|g"`
qabcs-1.0.2/scripts/google.sh:173:  text=`echo "$text"|sed "s|ё|йо|g"`
qabcs-1.0.2/scripts/google.sh:174:  text=`echo "$text"|sed "s|ё́|йо́|g"`
qabcs-1.0.2/scripts/google.sh:175:  text=`echo "$text"|sed "s|и|і|g"`
qabcs-1.0.2/scripts/google.sh:176:  text=`echo "$text"|sed "s|и́|і́|g"`
qabcs-1.0.2/scripts/google.sh:177:  text=`echo "$text"|sed "s|ў|у|g"`
qabcs-1.0.2/scripts/google.sh:178:  text=`echo "$text"|sed "s|ы|и|g"`
qabcs-1.0.2/scripts/google.sh:179:  text=`echo "$text"|sed "s|ы́|и́|g"`
qabcs-1.0.2/scripts/google.sh-180-  if [ ! "$filename" = "о" ] && [ ! "$filename" = "верталёт" ] && [ ! "$filename" = "блокфлейта" ]
qabcs-1.0.2/scripts/google.sh-181-  then
qabcs-1.0.2/scripts/google.sh:182:    text=`echo "$text"|sed "s|о|о́|g"`
qabcs-1.0.2/scripts/google.sh-183-  fi
##############################################
qabcs-1.0.2/scripts/google.sh-186-be_into_ru() {
qabcs-1.0.2/scripts/google.sh:187:  text=`echo "$text"|sed "s|і|и|g"`
qabcs-1.0.2/scripts/google.sh:188:  text=`echo "$text"|sed "s|і́|и́|g"`
qabcs-1.0.2/scripts/google.sh:189:  text=`echo "$text"|sed "s|ў|у|g"`
qabcs-1.0.2/scripts/google.sh:190:  text=`echo "$text"|sed "s|'|ъ|g"`
qabcs-1.0.2/scripts/google.sh-191-  if [ ! "$filename" = "о" ] && [ ! "$filename" = "верталёт" ] && [ ! "$filename" = "блокфлейта" ]
qabcs-1.0.2/scripts/google.sh-192-  then
qabcs-1.0.2/scripts/google.sh:193:    text=`echo "$text"|sed "s|о|о́|g"`
qabcs-1.0.2/scripts/google.sh-194-  fi
##############################################
qabcs-1.0.2/scripts/google.sh-198-  # exceptions
qabcs-1.0.2/scripts/google.sh:199:  text=`echo "$text"|sed "s|áulos|а́улос|g"`
qabcs-1.0.2/scripts/google.sh:200:  text=`echo "$text"|sed "s|balaena|балаэна|g"`
qabcs-1.0.2/scripts/google.sh:201:  text=`echo "$text"|sed "s|bellaria|бэлляриа|g"`
qabcs-1.0.2/scripts/google.sh:202:  text=`echo "$text"|sed "s|ferox|фе́рокс|g"`
qabcs-1.0.2/scripts/google.sh:203:  text=`echo "$text"|sed "s|volans|во́ланс|g"`
qabcs-1.0.2/scripts/google.sh:204:  text=`echo "$text"|sed "s|eclair|экла́ир|g"`
qabcs-1.0.2/scripts/google.sh:205:  text=`echo "$text"|sed "s|folles aerii|фоллес эари́и|g"`
qabcs-1.0.2/scripts/google.sh:206:  text=`echo "$text"|sed "s|gerens|гэ́ренс|g"`
qabcs-1.0.2/scripts/google.sh:207:  text=`echo "$text"|sed "s|kazoo|казу́|g"`
qabcs-1.0.2/scripts/google.sh:208:  text=`echo "$text"|sed "s|guanicoe|гуанико́э|g"`
qabcs-1.0.2/scripts/google.sh:209:  text=`echo "$text"|sed "s|erhu|эрху|g"`
qabcs-1.0.2/scripts/google.sh:210:  text=`echo "$text"|sed "s|ney|нэй|g"`
qabcs-1.0.2/scripts/google.sh:211:  text=`echo "$text"|sed "s|glacies|гляциес|g"`
qabcs-1.0.2/scripts/google.sh-212-  # rules for letters
qabcs-1.0.2/scripts/google.sh:213:  text=`echo "$text"|sed "s|^c$|цэ|g"`
qabcs-1.0.2/scripts/google.sh:214:  text=`echo "$text"|sed "s|^e$|е|g"`
qabcs-1.0.2/scripts/google.sh:215:  text=`echo "$text"|sed "s|^g$|жэ|g"`
qabcs-1.0.2/scripts/google.sh:216:  text=`echo "$text"|sed "s|^h$|аш|g"`
qabcs-1.0.2/scripts/google.sh:217:  text=`echo "$text"|sed "s|^j$|жи|g"`
qabcs-1.0.2/scripts/google.sh:218:  text=`echo "$text"|sed "s|^l$|эль|g"`
qabcs-1.0.2/scripts/google.sh:219:  text=`echo "$text"|sed "s|^q$|ку|g"`
qabcs-1.0.2/scripts/google.sh:220:  text=`echo "$text"|sed "s|^w$|дубль-вэ|g"`
qabcs-1.0.2/scripts/google.sh:221:  text=`echo "$text"|sed "s|^x$|икс|g"`
qabcs-1.0.2/scripts/google.sh:222:  text=`echo "$text"|sed "s|^y$|игрек|g"`
qabcs-1.0.2/scripts/google.sh:223:  text=`echo "$text"|sed "s|^z$|зет|g"`
qabcs-1.0.2/scripts/google.sh-224-  # rules for words
qabcs-1.0.2/scripts/google.sh:225:  text=`echo "$text"|sed "s|x$|kz|g"`
qabcs-1.0.2/scripts/google.sh:226:  text=`echo "$text"|sed "s|x |kz |g"`
qabcs-1.0.2/scripts/google.sh:227:  text=`echo "$text"|sed "s|y|i|g"`
qabcs-1.0.2/scripts/google.sh:228:  text=`echo "$text"|sed "s|ý|í|g"`
qabcs-1.0.2/scripts/google.sh:229:  text=`echo "$text"|sed "s|^ia|я|g"`
qabcs-1.0.2/scripts/google.sh:230:  text=`echo "$text"|sed "s| ia| я|g"`
qabcs-1.0.2/scripts/google.sh:231:  text=`echo "$text"|sed "s|^iá|я́|g"`
qabcs-1.0.2/scripts/google.sh:232:  text=`echo "$text"|sed "s| iá| я́|g"`
qabcs-1.0.2/scripts/google.sh:233:  text=`echo "$text"|sed "s|^ie|е|g"`
qabcs-1.0.2/scripts/google.sh:234:  text=`echo "$text"|sed "s| ie| е|g"`
qabcs-1.0.2/scripts/google.sh:235:  text=`echo "$text"|sed "s|^ié|е́|g"`
qabcs-1.0.2/scripts/google.sh:236:  text=`echo "$text"|sed "s| ié| е́|g"`
qabcs-1.0.2/scripts/google.sh:237:  text=`echo "$text"|sed "s|^ii|и|g"`
qabcs-1.0.2/scripts/google.sh:238:  text=`echo "$text"|sed "s| ii| и|g"`
qabcs-1.0.2/scripts/google.sh:239:  text=`echo "$text"|sed "s|^ií|и́|g"`
qabcs-1.0.2/scripts/google.sh:240:  text=`echo "$text"|sed "s| ií| и́|g"`
qabcs-1.0.2/scripts/google.sh:241:  text=`echo "$text"|sed "s|^io|ё|g"`
qabcs-1.0.2/scripts/google.sh:242:  text=`echo "$text"|sed "s| io| ё|g"`
qabcs-1.0.2/scripts/google.sh:243:  text=`echo "$text"|sed "s|^ió|ё́|g"`
qabcs-1.0.2/scripts/google.sh:244:  text=`echo "$text"|sed "s| ió| ё́|g"`
qabcs-1.0.2/scripts/google.sh:245:  text=`echo "$text"|sed "s|^iu|ю|g"`
qabcs-1.0.2/scripts/google.sh:246:  text=`echo "$text"|sed "s| iu| ю|g"`
qabcs-1.0.2/scripts/google.sh:247:  text=`echo "$text"|sed "s|^iú|ю́|g"`
qabcs-1.0.2/scripts/google.sh:248:  text=`echo "$text"|sed "s| iú| ю́|g"`
qabcs-1.0.2/scripts/google.sh:249:  text=`echo "$text"|sed "s|qu|кв|g"`
qabcs-1.0.2/scripts/google.sh:250:  text=`echo "$text"|sed "s|ce|цэ|g"`
qabcs-1.0.2/scripts/google.sh:251:  text=`echo "$text"|sed "s|cé|цэ́|g"`
qabcs-1.0.2/scripts/google.sh:252:  text=`echo "$text"|sed "s|ci|ци|g"`
qabcs-1.0.2/scripts/google.sh:253:  text=`echo "$text"|sed "s|cí|ци́|g"`
qabcs-1.0.2/scripts/google.sh:254:  text=`echo "$text"|sed "s|cae|цэ|g"`
qabcs-1.0.2/scripts/google.sh:255:  text=`echo "$text"|sed "s|cáe|цэ́|g"`
qabcs-1.0.2/scripts/google.sh:256:  text=`echo "$text"|sed "s|coe|цё|g"`
qabcs-1.0.2/scripts/google.sh:257:  text=`echo "$text"|sed "s|cóe|цё́|g"`
qabcs-1.0.2/scripts/google.sh:258:  text=`echo "$text"|sed "s|aero|аэро|g"`
qabcs-1.0.2/scripts/google.sh:259:  text=`echo "$text"|sed "s|áero|а́эро|g"`
qabcs-1.0.2/scripts/google.sh:260:  text=`echo "$text"|sed "s|aéro|аэ́ро|g"`
qabcs-1.0.2/scripts/google.sh:261:  text=`echo "$text"|sed "s|aeró|аэро́|g"`
qabcs-1.0.2/scripts/google.sh:262:  text=`echo "$text"|sed "s|ae|э|g"`
qabcs-1.0.2/scripts/google.sh:263:  text=`echo "$text"|sed "s|áe|э́|g"`
qabcs-1.0.2/scripts/google.sh:264:  text=`echo "$text"|sed "s|oe|ё|g"`
qabcs-1.0.2/scripts/google.sh:265:  text=`echo "$text"|sed "s|óe|ё́|g"`
qabcs-1.0.2/scripts/google.sh:266:  text=`echo "$text"|sed "s|ch|х|g"`
qabcs-1.0.2/scripts/google.sh:267:  text=`echo "$text"|sed "s|sh|ш|g"`
qabcs-1.0.2/scripts/google.sh:268:  text=`echo "$text"|sed "s|wh|в|g"`
qabcs-1.0.2/scripts/google.sh:269:  text=`echo "$text"|sed "s|lingu|лингв|g"`
qabcs-1.0.2/scripts/google.sh:270:  text=`echo "$text"|sed "s|língu|ли́нгв|g"`
qabcs-1.0.2/scripts/google.sh:271:  text=`echo "$text"|sed "s|lingú|лингв|g"`
qabcs-1.0.2/scripts/google.sh:272:  text=`echo "$text"|sed "s|xylo|ксило|g"`
qabcs-1.0.2/scripts/google.sh:273:  text=`echo "$text"|sed "s|xýlo|кси́ло|g"`
qabcs-1.0.2/scripts/google.sh:274:  text=`echo "$text"|sed "s|xyló|ксило́|g"`
qabcs-1.0.2/scripts/google.sh:275:  text=`echo "$text"|sed "s|ph|ф|g"`
qabcs-1.0.2/scripts/google.sh:276:  text=`echo "$text"|sed "s|rh|р|g"`
qabcs-1.0.2/scripts/google.sh:277:  text=`echo "$text"|sed "s|th|т|g"`
qabcs-1.0.2/scripts/google.sh:278:  text=`echo "$text"|sed "s|sti|сти|g"`
qabcs-1.0.2/scripts/google.sh:279:  text=`echo "$text"|sed "s|stí|сти́|g"`
qabcs-1.0.2/scripts/google.sh:280:  text=`echo "$text"|sed "s|tti|тти|g"`
qabcs-1.0.2/scripts/google.sh:281:  text=`echo "$text"|sed "s|ttí|тти́|g"`
qabcs-1.0.2/scripts/google.sh:282:  text=`echo "$text"|sed "s|xti|ксти|g"`
qabcs-1.0.2/scripts/google.sh:283:  text=`echo "$text"|sed "s|xtí|ксти́|g"`
qabcs-1.0.2/scripts/google.sh:284:  text=`echo "$text"|sed "s|tia|циа|g"`
qabcs-1.0.2/scripts/google.sh:285:  text=`echo "$text"|sed "s|tía|ци́а|g"`
qabcs-1.0.2/scripts/google.sh:286:  text=`echo "$text"|sed "s|tiá|циа́|g"`
qabcs-1.0.2/scripts/google.sh:287:  text=`echo "$text"|sed "s|tie|циэ|g"`
qabcs-1.0.2/scripts/google.sh:288:  text=`echo "$text"|sed "s|tíe|ци́э|g"`
qabcs-1.0.2/scripts/google.sh:289:  text=`echo "$text"|sed "s|tié|циэ́|g"`
qabcs-1.0.2/scripts/google.sh:290:  text=`echo "$text"|sed "s|tii|ции|g"`
qabcs-1.0.2/scripts/google.sh:291:  text=`echo "$text"|sed "s|tíi|ци́и|g"`
qabcs-1.0.2/scripts/google.sh:292:  text=`echo "$text"|sed "s|tií|ции́|g"`
qabcs-1.0.2/scripts/google.sh:293:  text=`echo "$text"|sed "s|tio|цио|g"`
qabcs-1.0.2/scripts/google.sh:294:  text=`echo "$text"|sed "s|tío|ци́о|g"`
qabcs-1.0.2/scripts/google.sh:295:  text=`echo "$text"|sed "s|tió|цио́|g"`
qabcs-1.0.2/scripts/google.sh:296:  text=`echo "$text"|sed "s|tiu|циу|g"`
qabcs-1.0.2/scripts/google.sh:297:  text=`echo "$text"|sed "s|tíu|ци́у|g"`
qabcs-1.0.2/scripts/google.sh:298:  text=`echo "$text"|sed "s|tiú|циу́|g"`
qabcs-1.0.2/scripts/google.sh:299:  text=`echo "$text"|sed "s|ti|ти|g"`
qabcs-1.0.2/scripts/google.sh:300:  text=`echo "$text"|sed "s|tí|ти́|g"`
qabcs-1.0.2/scripts/google.sh:301:  text=`echo "$text"|sed "s|la|ля|g"`
qabcs-1.0.2/scripts/google.sh:302:  text=`echo "$text"|sed "s|lá|ля́|g"`
qabcs-1.0.2/scripts/google.sh:303:  text=`echo "$text"|sed "s|le|ле|g"`
qabcs-1.0.2/scripts/google.sh:304:  text=`echo "$text"|sed "s|lé|ле́|g"`
qabcs-1.0.2/scripts/google.sh:305:  text=`echo "$text"|sed "s|lo|лё|g"`
qabcs-1.0.2/scripts/google.sh:306:  text=`echo "$text"|sed "s|ló|лё́|g"`
qabcs-1.0.2/scripts/google.sh:307:  text=`echo "$text"|sed "s|lu|лю|g"`
qabcs-1.0.2/scripts/google.sh:308:  text=`echo "$text"|sed "s|lú|лю́|g"`
qabcs-1.0.2/scripts/google.sh:309:  text=`echo "$text"|sed "s|li|ли|g"`
qabcs-1.0.2/scripts/google.sh:310:  text=`echo "$text"|sed "s|lí|ли́|g"`
qabcs-1.0.2/scripts/google.sh:311:  text=`echo "$text"|sed "s|ja|я|g"`
qabcs-1.0.2/scripts/google.sh:312:  text=`echo "$text"|sed "s|já|я́|g"`
qabcs-1.0.2/scripts/google.sh:313:  text=`echo "$text"|sed "s|je|е|g"`
qabcs-1.0.2/scripts/google.sh:314:  text=`echo "$text"|sed "s|jé|е́|g"`
qabcs-1.0.2/scripts/google.sh:315:  text=`echo "$text"|sed "s|jo|ё|g"`
qabcs-1.0.2/scripts/google.sh:316:  text=`echo "$text"|sed "s|jó|ё́|g"`
qabcs-1.0.2/scripts/google.sh:317:  text=`echo "$text"|sed "s|ju|ю|g"`
qabcs-1.0.2/scripts/google.sh:318:  text=`echo "$text"|sed "s|jú|ю́|g"`
qabcs-1.0.2/scripts/google.sh:319:  text=`echo "$text"|sed "s|эsэ|эзэ|g"`
qabcs-1.0.2/scripts/google.sh:320:  text=`echo "$text"|sed "s|э́sэ|э́зэ|g"`
qabcs-1.0.2/scripts/google.sh:321:  text=`echo "$text"|sed "s|эsэ́|эзэ́|g"`
qabcs-1.0.2/scripts/google.sh:322:  text=`echo "$text"|sed "s|эsё|эзё|g"`
qabcs-1.0.2/scripts/google.sh:323:  text=`echo "$text"|sed "s|э́sё|э́зё|g"`
qabcs-1.0.2/scripts/google.sh:324:  text=`echo "$text"|sed "s|эsё́|эзё́|g"`
qabcs-1.0.2/scripts/google.sh:325:  text=`echo "$text"|sed "s|ёsэ|ёзэ|g"`
qabcs-1.0.2/scripts/google.sh:326:  text=`echo "$text"|sed "s|ё́sэ|ё́зэ|g"`
qabcs-1.0.2/scripts/google.sh:327:  text=`echo "$text"|sed "s|ёsэ́|ёзэ́|g"`
qabcs-1.0.2/scripts/google.sh:328:  text=`echo "$text"|sed "s|ёsё|ёзё|g"`
qabcs-1.0.2/scripts/google.sh:329:  text=`echo "$text"|sed "s|ё́sё|ё́зё|g"`
qabcs-1.0.2/scripts/google.sh:330:  text=`echo "$text"|sed "s|ёsё́|ёзё́|g"`
qabcs-1.0.2/scripts/google.sh:331:  text=`echo "$text"|sed "s|asa|аза|g"`
qabcs-1.0.2/scripts/google.sh:332:  text=`echo "$text"|sed "s|ása|а́за|g"`
qabcs-1.0.2/scripts/google.sh:333:  text=`echo "$text"|sed "s|asá|аза́|g"`
qabcs-1.0.2/scripts/google.sh:334:  text=`echo "$text"|sed "s|ase|азэ|g"`
qabcs-1.0.2/scripts/google.sh:335:  text=`echo "$text"|sed "s|áse|а́зэ|g"`
qabcs-1.0.2/scripts/google.sh:336:  text=`echo "$text"|sed "s|asé|азэ́|g"`
qabcs-1.0.2/scripts/google.sh:337:  text=`echo "$text"|sed "s|aso|азо|g"`
qabcs-1.0.2/scripts/google.sh:338:  text=`echo "$text"|sed "s|áso|а́зо|g"`
qabcs-1.0.2/scripts/google.sh:339:  text=`echo "$text"|sed "s|asó|азо́|g"`
qabcs-1.0.2/scripts/google.sh:340:  text=`echo "$text"|sed "s|asu|азу|g"`
qabcs-1.0.2/scripts/google.sh:341:  text=`echo "$text"|sed "s|ásu|а́зу|g"`
qabcs-1.0.2/scripts/google.sh:342:  text=`echo "$text"|sed "s|asú|азу́|g"`
qabcs-1.0.2/scripts/google.sh:343:  text=`echo "$text"|sed "s|esa|эза|g"`
qabcs-1.0.2/scripts/google.sh:344:  text=`echo "$text"|sed "s|ésa|э́за|g"`
qabcs-1.0.2/scripts/google.sh:345:  text=`echo "$text"|sed "s|esá|эза́|g"`
qabcs-1.0.2/scripts/google.sh:346:  text=`echo "$text"|sed "s|osa|оза|g"`
qabcs-1.0.2/scripts/google.sh:347:  text=`echo "$text"|sed "s|ósa|о́за|g"`
qabcs-1.0.2/scripts/google.sh:348:  text=`echo "$text"|sed "s|osá|оза́|g"`
qabcs-1.0.2/scripts/google.sh:349:  text=`echo "$text"|sed "s|usa|уза|g"`
qabcs-1.0.2/scripts/google.sh:350:  text=`echo "$text"|sed "s|úsa|у́за|g"`
qabcs-1.0.2/scripts/google.sh:351:  text=`echo "$text"|sed "s|usá|уза́|g"`
qabcs-1.0.2/scripts/google.sh:352:  text=`echo "$text"|sed "s|ese|эзэ|g"`
qabcs-1.0.2/scripts/google.sh:353:  text=`echo "$text"|sed "s|ése|э́зэ|g"`
qabcs-1.0.2/scripts/google.sh:354:  text=`echo "$text"|sed "s|esé|эзэ́|g"`
qabcs-1.0.2/scripts/google.sh:355:  text=`echo "$text"|sed "s|eso|эзо|g"`
qabcs-1.0.2/scripts/google.sh:356:  text=`echo "$text"|sed "s|éso|э́зо|g"`
qabcs-1.0.2/scripts/google.sh:357:  text=`echo "$text"|sed "s|esó|эзо́|g"`
qabcs-1.0.2/scripts/google.sh:358:  text=`echo "$text"|sed "s|esu|эзу|g"`
qabcs-1.0.2/scripts/google.sh:359:  text=`echo "$text"|sed "s|ésu|э́зу|g"`
qabcs-1.0.2/scripts/google.sh:360:  text=`echo "$text"|sed "s|esú|эзу́|g"`
qabcs-1.0.2/scripts/google.sh:361:  text=`echo "$text"|sed "s|ose|озэ|g"`
qabcs-1.0.2/scripts/google.sh:362:  text=`echo "$text"|sed "s|óse|о́зэ|g"`
qabcs-1.0.2/scripts/google.sh:363:  text=`echo "$text"|sed "s|osé|озэ́|g"`
qabcs-1.0.2/scripts/google.sh:364:  text=`echo "$text"|sed "s|use|узэ|g"`
qabcs-1.0.2/scripts/google.sh:365:  text=`echo "$text"|sed "s|úse|у́зэ|g"`
qabcs-1.0.2/scripts/google.sh:366:  text=`echo "$text"|sed "s|usé|узэ́|g"`
qabcs-1.0.2/scripts/google.sh:367:  text=`echo "$text"|sed "s|oso|озо|g"`
qabcs-1.0.2/scripts/google.sh:368:  text=`echo "$text"|sed "s|óso|о́зо|g"`
qabcs-1.0.2/scripts/google.sh:369:  text=`echo "$text"|sed "s|osó|озо́|g"`
qabcs-1.0.2/scripts/google.sh:370:  text=`echo "$text"|sed "s|osu|озу|g"`
qabcs-1.0.2/scripts/google.sh:371:  text=`echo "$text"|sed "s|ósu|о́зу|g"`
qabcs-1.0.2/scripts/google.sh:372:  text=`echo "$text"|sed "s|osú|озу́|g"`
qabcs-1.0.2/scripts/google.sh:373:  text=`echo "$text"|sed "s|uso|узо|g"`
qabcs-1.0.2/scripts/google.sh:374:  text=`echo "$text"|sed "s|úso|у́зо|g"`
qabcs-1.0.2/scripts/google.sh:375:  text=`echo "$text"|sed "s|usó|узо́|g"`
qabcs-1.0.2/scripts/google.sh:376:  text=`echo "$text"|sed "s|usu|узу|g"`
qabcs-1.0.2/scripts/google.sh:377:  text=`echo "$text"|sed "s|úsu|у́зу|g"`
qabcs-1.0.2/scripts/google.sh:378:  text=`echo "$text"|sed "s|usú|узу́|g"`
qabcs-1.0.2/scripts/google.sh:379:  text=`echo "$text"|sed "s|isa|иза|g"`
qabcs-1.0.2/scripts/google.sh:380:  text=`echo "$text"|sed "s|ísa|и́за|g"`
qabcs-1.0.2/scripts/google.sh:381:  text=`echo "$text"|sed "s|isá|иза́|g"`
qabcs-1.0.2/scripts/google.sh:382:  text=`echo "$text"|sed "s|asi|ази|g"`
qabcs-1.0.2/scripts/google.sh:383:  text=`echo "$text"|sed "s|ási|а́зи|g"`
qabcs-1.0.2/scripts/google.sh:384:  text=`echo "$text"|sed "s|así|ази́|g"`
qabcs-1.0.2/scripts/google.sh:385:  text=`echo "$text"|sed "s|ise|изэ|g"`
qabcs-1.0.2/scripts/google.sh:386:  text=`echo "$text"|sed "s|íse|и́зэ|g"`
qabcs-1.0.2/scripts/google.sh:387:  text=`echo "$text"|sed "s|isé|изэ́|g"`
qabcs-1.0.2/scripts/google.sh:388:  text=`echo "$text"|sed "s|esi|эзи|g"`
qabcs-1.0.2/scripts/google.sh:389:  text=`echo "$text"|sed "s|ési|э́зи|g"`
qabcs-1.0.2/scripts/google.sh:390:  text=`echo "$text"|sed "s|esí|эзи́|g"`
qabcs-1.0.2/scripts/google.sh:391:  text=`echo "$text"|sed "s|isi|изи|g"`
qabcs-1.0.2/scripts/google.sh:392:  text=`echo "$text"|sed "s|ísi|и́зи|g"`
qabcs-1.0.2/scripts/google.sh:393:  text=`echo "$text"|sed "s|isí|изи́|g"`
qabcs-1.0.2/scripts/google.sh:394:  text=`echo "$text"|sed "s|iso|изо|g"`
qabcs-1.0.2/scripts/google.sh:395:  text=`echo "$text"|sed "s|íso|и́зо|g"`
qabcs-1.0.2/scripts/google.sh:396:  text=`echo "$text"|sed "s|isó|изо́|g"`
qabcs-1.0.2/scripts/google.sh:397:  text=`echo "$text"|sed "s|osi|ози|g"`
qabcs-1.0.2/scripts/google.sh:398:  text=`echo "$text"|sed "s|ósi|о́зи|g"`
qabcs-1.0.2/scripts/google.sh:399:  text=`echo "$text"|sed "s|osí|ози́|g"`
qabcs-1.0.2/scripts/google.sh:400:  text=`echo "$text"|sed "s|isu|изу|g"`
qabcs-1.0.2/scripts/google.sh:401:  text=`echo "$text"|sed "s|ísu|и́зу|g"`
qabcs-1.0.2/scripts/google.sh:402:  text=`echo "$text"|sed "s|isú|изу́|g"`
qabcs-1.0.2/scripts/google.sh:403:  text=`echo "$text"|sed "s|usi|узи|g"`
qabcs-1.0.2/scripts/google.sh:404:  text=`echo "$text"|sed "s|úsi|у́зи|g"`
qabcs-1.0.2/scripts/google.sh:405:  text=`echo "$text"|sed "s|usí|узи́|g"`
qabcs-1.0.2/scripts/google.sh:406:  text=`echo "$text"|sed "s|a|а|g"`
qabcs-1.0.2/scripts/google.sh:407:  text=`echo "$text"|sed "s|á|а́|g"`
qabcs-1.0.2/scripts/google.sh:408:  text=`echo "$text"|sed "s|b|б|g"`
qabcs-1.0.2/scripts/google.sh:409:  text=`echo "$text"|sed "s|c|к|g"`
qabcs-1.0.2/scripts/google.sh:410:  text=`echo "$text"|sed "s|d|д|g"`
qabcs-1.0.2/scripts/google.sh:411:  text=`echo "$text"|sed "s|e|э|g"`
qabcs-1.0.2/scripts/google.sh:412:  text=`echo "$text"|sed "s|é|э́|g"`
qabcs-1.0.2/scripts/google.sh:413:  text=`echo "$text"|sed "s|f|ф|g"`
qabcs-1.0.2/scripts/google.sh:414:  text=`echo "$text"|sed "s|g|г|g"`
qabcs-1.0.2/scripts/google.sh:415:  text=`echo "$text"|sed "s|h|х|g"`
qabcs-1.0.2/scripts/google.sh:416:  text=`echo "$text"|sed "s|i|и|g"`
qabcs-1.0.2/scripts/google.sh:417:  text=`echo "$text"|sed "s|í|и́|g"`
qabcs-1.0.2/scripts/google.sh:418:  text=`echo "$text"|sed "s|j|й|g"`
qabcs-1.0.2/scripts/google.sh:419:  text=`echo "$text"|sed "s|k|к|g"`
qabcs-1.0.2/scripts/google.sh:420:  text=`echo "$text"|sed "s|l|ль|g"`
qabcs-1.0.2/scripts/google.sh:421:  text=`echo "$text"|sed "s|m|м|g"`
qabcs-1.0.2/scripts/google.sh:422:  text=`echo "$text"|sed "s|n|н|g"`
qabcs-1.0.2/scripts/google.sh:423:  text=`echo "$text"|sed "s|o|о|g"`
qabcs-1.0.2/scripts/google.sh:424:  text=`echo "$text"|sed "s|ó|о́|g"`
qabcs-1.0.2/scripts/google.sh:425:  text=`echo "$text"|sed "s|p|п|g"`
qabcs-1.0.2/scripts/google.sh:426:  text=`echo "$text"|sed "s|r|р|g"`
qabcs-1.0.2/scripts/google.sh:427:  text=`echo "$text"|sed "s|s|с|g"`
qabcs-1.0.2/scripts/google.sh:428:  text=`echo "$text"|sed "s|t|т|g"`
qabcs-1.0.2/scripts/google.sh:429:  text=`echo "$text"|sed "s|u|у|g"`
qabcs-1.0.2/scripts/google.sh:430:  text=`echo "$text"|sed "s|ú|у́|g"`
qabcs-1.0.2/scripts/google.sh:431:  text=`echo "$text"|sed "s|v|в|g"`
qabcs-1.0.2/scripts/google.sh:432:  text=`echo "$text"|sed "s|w|в|g"`
qabcs-1.0.2/scripts/google.sh:433:  text=`echo "$text"|sed "s|x|кс|g"`
qabcs-1.0.2/scripts/google.sh:434:  text=`echo "$text"|sed "s|z|з|g"`
qabcs-1.0.2/scripts/google.sh-435-  echo "$text" >> 1.txt
##############################################
qabcs-1.0.2/scripts/google.sh-439-  # rules for letters
qabcs-1.0.2/scripts/google.sh:440:  text=`echo "$text"|sed "s|^t$|tii|g"`
qabcs-1.0.2/scripts/google.sh:441:  text=`echo "$text"|sed "s|^y$|i greca|g"`
qabcs-1.0.2/scripts/google.sh-442-  # rules for words
qabcs-1.0.2/scripts/google.sh:443:  text=`echo "$text"|sed "s|qu|kw|g"`
qabcs-1.0.2/scripts/google.sh:444:  text=`echo "$text"|sed "s|cy|ci|g"`
qabcs-1.0.2/scripts/google.sh-445-  echo "$text" >> 2.txt
##############################################
qabcs-1.0.2/scripts/google.sh-452-      be)
qabcs-1.0.2/scripts/google.sh:453:          if [ -z "`echo $filename|grep '^ч$'`" ] && [ -z "`echo $filename|grep '.*ч$'`" ] && [ -z "`echo $filename|grep -v '^ў$'|grep 'ў'`" ] && [ -z "`echo $filename|grep 'г'`" ] && [ -z "`echo $filename|grep 'шч'`" ] && [ -z "`echo $filename|grep 'чы'`" ] && [ -z "`echo $filename|grep 'чэ'`" ] && [ -z "`echo $filename|grep 'чу'`" ] && [ -z "`echo $filename|grep -v 'формачка'|grep 'чк'`" ] && [ -z "`echo $filename|grep -v 'качаня'|grep 'ча'`" ] && [ -z "`echo $filename|grep 'чо'`" ] && [ -z "`echo $filename|grep 'ця'`" ] && [ -z "`echo $filename|grep 'ці'`" ] && [ -z "`echo $filename|grep 'це'`" ] && [ -z "`echo $filename|grep 'цю'`" ] && [ -z "`echo $filename|grep 'цё'`" ] && [ ! "$filename" = "ы" ] && [ ! "$filename" = "ыых" ] && [ ! "$filename" = "ямс" ] && [ ! "$filename" = "воппер" ] && [ ! "$filename" = "абялікс" ] && [ ! "$filename" = "марскі_цмок" ] && [ ! "$filename" = "мядзведзь" ] && [ ! "$filename" = "чвэрць_долара" ] && [ ! "$filename" = "абедзенная_скрынка" ] && [ ! "$filename" = "смятана" ]
qabcs-1.0.2/scripts/google.sh-454-          then
##############################################
qabcs-1.0.2/scripts/google.sh-573-
qabcs-1.0.2/scripts/google.sh:574:if [ ! -z `find ../abcs/$lang0 -name *.json` ]
qabcs-1.0.2/scripts/google.sh-575-then
##############################################
qabcs-1.0.2/scripts/google.sh-577-  then
qabcs-1.0.2/scripts/google.sh:578:    words_list=`cat ../abcs/$lang0/abc*.json|grep \"name\"|cut -d ":" --fields=2 |cut -d "\"" --fields=2|awk '{print tolower($0)}'|sed "s| |YYY|g"|sort -u`
qabcs-1.0.2/scripts/google.sh:579:    letters_list=`cat ../abcs/$lang0/abc*.json|grep -v espeak_words|grep -v visible|grep -v sound_letter|grep -v general|grep -v language |grep -v author|grep -v speak_method |grep -v espeak_params|grep -v view_letters|grep -v typing| grep -v letters | grep -v misc |grep -v pic | grep -v name |grep -v noises |grep -v food | grep -v animals | grep -v instrument | grep -v toys | grep -v inheritsFrom |awk '{print tolower($0)}'|sort -u | cut -d "\"" --fields=2|grep -v '\{'|grep -v '\}' | grep -v '\[' |grep -v '\]'| sed s/' '//g|grep -v "^$"`
qabcs-1.0.2/scripts/google.sh-580-  fi
##############################################
qabcs-1.0.2/scripts/google.sh-582-
qabcs-1.0.2/scripts/google.sh:583:if [ ! -z `find ../abcs/$lang0 -name *.properties` ]
qabcs-1.0.2/scripts/google.sh-584-then
##############################################
qabcs-1.0.2/scripts/google.sh-586-  then
qabcs-1.0.2/scripts/google.sh:587:    words_list=`cat ../abcs/$lang0/abc*.properties|grep -v '\[missing\]'|grep -v language|grep -v visible| grep -v inheritsFrom | grep -v author|grep -v espeak_params|grep -v view_letters|grep -v speak_method|grep -v typing| grep -v "#"|cut -d "=" --fields=2 |awk '{print tolower($0)}'|sed "s| |YYY|g"|sort -u`
qabcs-1.0.2/scripts/google.sh:588:    letters_list=`cat ../abcs/$lang0/abc*.properties|grep -v language|grep -v visible| grep -v inheritsFrom | grep -v author|grep -v espeak_params|grep -v view_letters|grep -v speak_method|grep -v typing| grep -v "#"|cut -d "=" --fields=1 | cut -d ":" --fields=2 |awk '{print tolower($0)}'|sed "s| |YYY|g"|sort -u`
qabcs-1.0.2/scripts/google.sh-589-  fi
##############################################
qabcs-1.0.2/scripts/google.sh-609-do
qabcs-1.0.2/scripts/google.sh:610:  filename=`echo "$a"|cut -d "=" --fields=1|sed 's|YYY| |g'|sed 's| |_|g'`
qabcs-1.0.2/scripts/google.sh:611:  text=`echo "$a"|cut -d "=" --fields=1|sed 's|YYY| |g'|sed 's|_| |g'`
qabcs-1.0.2/scripts/google.sh-612-  # adding ◌́  for stress, - for pause, fixing pronounce
##############################################
qabcs-1.0.2/scripts/google.sh-614-     en)
qabcs-1.0.2/scripts/google.sh:615:       text=`echo "$text"|sed "s|quena|qweena|g"`
qabcs-1.0.2/scripts/google.sh:616:       text=`echo "$text"|sed "s|yangqin|yang ch'in|g"`
qabcs-1.0.2/scripts/google.sh:617:       text=`echo "$text"|sed "s|emelya|yemyelya|g"`
qabcs-1.0.2/scripts/google.sh:618:       text=`echo "$text"|sed "s|guanaco|guanako|g"`
qabcs-1.0.2/scripts/google.sh:619:       text=`echo "$text"|sed "s|iotshin|yot ch'in|g"`
qabcs-1.0.2/scripts/google.sh:620:       text=`echo "$text"|sed "s|lirone|lironi|g"`
qabcs-1.0.2/scripts/google.sh:621:       text=`echo "$text"|sed "s|oedephon|oedeephon|g"`
qabcs-1.0.2/scripts/google.sh:622:       text=`echo "$text"|sed "s|rozhok|rojok|g"`
qabcs-1.0.2/scripts/google.sh:623:       text=`echo "$text"|sed "s|uszka|uzhka|g"`
qabcs-1.0.2/scripts/google.sh:624:       text=`echo "$text"|sed "s|yaga|yagaw|g"`
qabcs-1.0.2/scripts/google.sh:625:       text=`echo "$text"|sed "s|yakult|yakoolt|g"`
qabcs-1.0.2/scripts/google.sh:626:       text=`echo "$text"|sed "s|youhikko|your-hikko|g"`
qabcs-1.0.2/scripts/google.sh:627:       text=`echo "$text"|sed "s|yueqin|yuee ch'in|g"`
qabcs-1.0.2/scripts/google.sh:628:       text=`echo "$text"|sed "s|yupka|yoopka|g"`
qabcs-1.0.2/scripts/google.sh:629:       text=`echo "$text"|sed "s|zhaleyka|zhaaleyka|g"`
qabcs-1.0.2/scripts/google.sh-630-       ;;
qabcs-1.0.2/scripts/google.sh-631-     la_ru)
qabcs-1.0.2/scripts/google.sh:632:       text=`echo "$text"|sed "s|crepito|crépito|g"`
qabcs-1.0.2/scripts/google.sh:633:       text=`echo "$text"|sed "s|castrensis|castrénsis|g"`
qabcs-1.0.2/scripts/google.sh:634:       text=`echo "$text"|sed "s|aegithina|aaegithína|g"`
qabcs-1.0.2/scripts/google.sh:635:       text=`echo "$text"|sed "s|chartaceum|chartacéum|g"`
qabcs-1.0.2/scripts/google.sh:636:       text=`echo "$text"|sed "s|albatrus|albátrus|g"`
qabcs-1.0.2/scripts/google.sh:637:       text=`echo "$text"|sed "s|alces|álces|g"`
qabcs-1.0.2/scripts/google.sh:638:       text=`echo "$text"|sed "s|alearum|ale-arum|g"`
qabcs-1.0.2/scripts/google.sh:639:       text=`echo "$text"|sed "s|amelanchier|amelanchíer|g"`
qabcs-1.0.2/scripts/google.sh:640:       text=`echo "$text"|sed "s|ananas|ánanas|g"`
qabcs-1.0.2/scripts/google.sh:641:       text=`echo "$text"|sed "s|anas|ánas|g"`
qabcs-1.0.2/scripts/google.sh:642:       text=`echo "$text"|sed "s|anser|ánser|g"`
qabcs-1.0.2/scripts/google.sh:643:       text=`echo "$text"|sed "s|anura|anúra|g"`
qabcs-1.0.2/scripts/google.sh:644:       text=`echo "$text"|sed "s|aquila|áquila|g"`
qabcs-1.0.2/scripts/google.sh:645:       text=`echo "$text"|sed "s|aranea|aránea|g"`
qabcs-1.0.2/scripts/google.sh:646:       text=`echo "$text"|sed "s|arbor natalicia|árbor natalícia|g"`
qabcs-1.0.2/scripts/google.sh:647:       text=`echo "$text"|sed "s|heterophyllus|heterophýllus|g"`
qabcs-1.0.2/scripts/google.sh:648:       text=`echo "$text"|sed "s|asinus|ásinus|g"`
qabcs-1.0.2/scripts/google.sh:649:       text=`echo "$text"|sed "s|astrum|ástrum|g"`
qabcs-1.0.2/scripts/google.sh:650:       text=`echo "$text"|sed "s|aulos|áulos|g"`
qabcs-1.0.2/scripts/google.sh:651:       text=`echo "$text"|sed "s|jaga|jága|g"`
qabcs-1.0.2/scripts/google.sh:652:       text=`echo "$text"|sed "s|tabula|tábula|g"`
qabcs-1.0.2/scripts/google.sh:653:       text=`echo "$text"|sed "s|birota|biróta|g"`
qabcs-1.0.2/scripts/google.sh:654:       text=`echo "$text"|sed "s|mutus|mútus|g"`
qabcs-1.0.2/scripts/google.sh:655:       text=`echo "$text"|sed "s|bubo|búbo|g"`
qabcs-1.0.2/scripts/google.sh:656:       text=`echo "$text"|sed "s|cacajao|cacajáo|g"`
qabcs-1.0.2/scripts/google.sh:657:       text=`echo "$text"|sed "s|caelestis|caaeléstis|g"`
qabcs-1.0.2/scripts/google.sh:658:       text=`echo "$text"|sed "s|canis|cánis|g"`
qabcs-1.0.2/scripts/google.sh:659:       text=`echo "$text"|sed "s|trabalis|trabális|g"`
qabcs-1.0.2/scripts/google.sh:660:       text=`echo "$text"|sed "s|caseus|cáseus|g"`
qabcs-1.0.2/scripts/google.sh:661:       text=`echo "$text"|sed "s|sibilus|sibílus|g"`
qabcs-1.0.2/scripts/google.sh:662:       text=`echo "$text"|sed "s|cepa|cépa|g"`
qabcs-1.0.2/scripts/google.sh:663:       text=`echo "$text"|sed "s|cervesia|cer-vésia|g"`
qabcs-1.0.2/scripts/google.sh:664:       text=`echo "$text"|sed "s|cervus|cérvus|g"`
qabcs-1.0.2/scripts/google.sh:665:       text=`echo "$text"|sed "s|chamaeleo|chamae-leo|g"`
qabcs-1.0.2/scripts/google.sh:666:       text=`echo "$text"|sed "s|clarinetum|clari-netum|g"`
qabcs-1.0.2/scripts/google.sh:667:       text=`echo "$text"|sed "s|clausura|clausúra|g"`
qabcs-1.0.2/scripts/google.sh:668:       text=`echo "$text"|sed "s|clavile|clávile|g"`
qabcs-1.0.2/scripts/google.sh:669:       text=`echo "$text"|sed "s|coccinella|coccinélla|g"`
qabcs-1.0.2/scripts/google.sh:670:       text=`echo "$text"|sed "s|consumentur|consuméntur|g"`
qabcs-1.0.2/scripts/google.sh:671:       text=`echo "$text"|sed "s|velut|vélut|g"`
qabcs-1.0.2/scripts/google.sh:672:       text=`echo "$text"|sed "s|tinea|tinéa|g"`
qabcs-1.0.2/scripts/google.sh:673:       text=`echo "$text"|sed "s|coquus|cóquus|g"`
qabcs-1.0.2/scripts/google.sh:674:       text=`echo "$text"|sed "s|crepitetum|crepi-tetum|g"`
qabcs-1.0.2/scripts/google.sh:675:       text=`echo "$text"|sed "s|crepundia|crepúndia|g"`
qabcs-1.0.2/scripts/google.sh:676:       text=`echo "$text"|sed "s|crustulum|crustúlum|g"`
qabcs-1.0.2/scripts/google.sh:677:       text=`echo "$text"|sed "s|caseum|cáseum|g"`
qabcs-1.0.2/scripts/google.sh:678:       text=`echo "$text"|sed "s|dioscorea|dioscoréa|g"`
qabcs-1.0.2/scripts/google.sh:679:       text=`echo "$text"|sed "s|domum|dómum|g"`
qabcs-1.0.2/scripts/google.sh:680:       text=`echo "$text"|sed "s|dromaius|dromáius|g"`
qabcs-1.0.2/scripts/google.sh:681:       text=`echo "$text"|sed "s|eculeus|ecu-leus|g"`
qabcs-1.0.2/scripts/google.sh:682:       text=`echo "$text"|sed "s|electroscopium|electroscópium|g"`
qabcs-1.0.2/scripts/google.sh:683:       text=`echo "$text"|sed "s|equus|e-quus|g"`
qabcs-1.0.2/scripts/google.sh:684:       text=`echo "$text"|sed "s|ericius|erícius|g"`
qabcs-1.0.2/scripts/google.sh:685:       text=`echo "$text"|sed "s|esox|ésogz|g"`
qabcs-1.0.2/scripts/google.sh:686:       text=`echo "$text"|sed "s|feniculum|fenicúlum|g"`
qabcs-1.0.2/scripts/google.sh:687:       text=`echo "$text"|sed "s|fervefactorium|fervefactórium|g"`
qabcs-1.0.2/scripts/google.sh:688:       text=`echo "$text"|sed "s|volatilis|volatílis|g"`
qabcs-1.0.2/scripts/google.sh:689:       text=`echo "$text"|sed "s|forfex|fórfex|g"`
qabcs-1.0.2/scripts/google.sh:690:       text=`echo "$text"|sed "s|fragmen|frágmen|g"`
qabcs-1.0.2/scripts/google.sh:691:       text=`echo "$text"|sed "s|funiculus|funicúlus|g"`
qabcs-1.0.2/scripts/google.sh:692:       text=`echo "$text"|sed "s|gallico|gállico|g"`
qabcs-1.0.2/scripts/google.sh:693:       text=`echo "$text"|sed "s|gallus|gállus|g"`
qabcs-1.0.2/scripts/google.sh:694:       text=`echo "$text"|sed "s|gazella|gazélla|g"`
qabcs-1.0.2/scripts/google.sh:695:       text=`echo "$text"|sed "s|gelatinum|gelatínum|g"`
qabcs-1.0.2/scripts/google.sh:696:       text=`echo "$text"|sed "s|gingiber|gingíber|g"`
qabcs-1.0.2/scripts/google.sh:697:       text=`echo "$text"|sed "s|gravis|grávis|g"`
qabcs-1.0.2/scripts/google.sh:698:       text=`echo "$text"|sed "s|grossularia|grossu-larija|g"`
qabcs-1.0.2/scripts/google.sh:699:       text=`echo "$text"|sed "s|volucri|vólucri|g"`
qabcs-1.0.2/scripts/google.sh:700:       text=`echo "$text"|sed "s|hamus|hámus|g"`
qabcs-1.0.2/scripts/google.sh:701:       text=`echo "$text"|sed "s|fingunt|fíngunt|g"`
qabcs-1.0.2/scripts/google.sh:702:       text=`echo "$text"|sed "s|vitrea|vítreja|g"`
qabcs-1.0.2/scripts/google.sh:703:       text=`echo "$text"|sed "s|helicopterum|helicópterum|g"`
qabcs-1.0.2/scripts/google.sh:704:       text=`echo "$text"|sed "s|hilla calens|hílla cálen-s|g"`
qabcs-1.0.2/scripts/google.sh:705:       text=`echo "$text"|sed "s|homarus|homárus|g"`
qabcs-1.0.2/scripts/google.sh:706:       text=`echo "$text"|sed "s|hyaena|hyáena|g"`
qabcs-1.0.2/scripts/google.sh:707:       text=`echo "$text"|sed "s|hydraulos|hydráulos|g"`
qabcs-1.0.2/scripts/google.sh:708:       text=`echo "$text"|sed "s|hystrix|hýstrix|g"`
qabcs-1.0.2/scripts/google.sh:709:       text=`echo "$text"|sed "s|idefix|idéfix|g"`
qabcs-1.0.2/scripts/google.sh:710:       text=`echo "$text"|sed "s|iglu|íglu|g"`
qabcs-1.0.2/scripts/google.sh:711:       text=`echo "$text"|sed "s|ignis|ígnis|g"`
qabcs-1.0.2/scripts/google.sh:712:       text=`echo "$text"|sed "s|jarana|jarána|g"`
qabcs-1.0.2/scripts/google.sh:713:       text=`echo "$text"|sed "s|juglans regia|júglanz regía|g"`
qabcs-1.0.2/scripts/google.sh:714:       text=`echo "$text"|sed "s|kangurus|kangúrus|g"`
qabcs-1.0.2/scripts/google.sh:715:       text=`echo "$text"|sed "s|kisanji|kisán-ji|g"`
qabcs-1.0.2/scripts/google.sh:716:       text=`echo "$text"|sed "s|accumsan|accúmsan|g"`
qabcs-1.0.2/scripts/google.sh:717:       text=`echo "$text"|sed "s|lazanki|lazánki|g"`
qabcs-1.0.2/scripts/google.sh:718:       text=`echo "$text"|sed "s|leuciscus|leucíscus|g"`
qabcs-1.0.2/scripts/google.sh:719:       text=`echo "$text"|sed "s|gallicus|gállicus|g"`
qabcs-1.0.2/scripts/google.sh:720:       text=`echo "$text"|sed "s|exam|exám|g"`
qabcs-1.0.2/scripts/google.sh:721:       text=`echo "$text"|sed "s|lunam|lúnam|g"`
qabcs-1.0.2/scripts/google.sh:722:       text=`echo "$text"|sed "s|lycalopex|lycalópex|g"`
qabcs-1.0.2/scripts/google.sh:723:       text=`echo "$text"|sed "s|vetulus|vetúlus|g"`
qabcs-1.0.2/scripts/google.sh:724:       text=`echo "$text"|sed "s|lycopersici liquamen|lycopérsici liquámen|g"`
qabcs-1.0.2/scripts/google.sh:725:       text=`echo "$text"|sed "s|magnes|mágnes|g"`
qabcs-1.0.2/scripts/google.sh:726:       text=`echo "$text"|sed "s|mala|mála|g"`
qabcs-1.0.2/scripts/google.sh:727:       text=`echo "$text"|sed "s|malum|málum|g"`
qabcs-1.0.2/scripts/google.sh:728:       text=`echo "$text"|sed "s|manus|mánus|g"`
qabcs-1.0.2/scripts/google.sh:729:       text=`echo "$text"|sed "s|maracae|marácaae|g"`
qabcs-1.0.2/scripts/google.sh:730:       text=`echo "$text"|sed "s|miles|míles|g"`
qabcs-1.0.2/scripts/google.sh:731:       text=`echo "$text"|sed "s|mirum contingat amicius arvum|mírum contíngat amícius árvum|g"`
qabcs-1.0.2/scripts/google.sh:732:       text=`echo "$text"|sed "s|mulus|múlus|g"`
qabcs-1.0.2/scripts/google.sh:733:       text=`echo "$text"|sed "s|mustela|mustéla|g"`
qabcs-1.0.2/scripts/google.sh:734:       text=`echo "$text"|sed "s|mylabris|mylabriz|g"`
qabcs-1.0.2/scripts/google.sh:735:       text=`echo "$text"|sed "s|mytilus|mytílus|g"`
qabcs-1.0.2/scripts/google.sh:736:       text=`echo "$text"|sed "s|nachos|náchos|g"`
qabcs-1.0.2/scripts/google.sh:737:       text=`echo "$text"|sed "s|nasus|násus|g"`
qabcs-1.0.2/scripts/google.sh:738:       text=`echo "$text"|sed "s|nauta|náuta|g"`
qabcs-1.0.2/scripts/google.sh:739:       text=`echo "$text"|sed "s|ocarina|ocárina|g"`
qabcs-1.0.2/scripts/google.sh:740:       text=`echo "$text"|sed "s|ocellaturis|ocellatúris|g"`
qabcs-1.0.2/scripts/google.sh:741:       text=`echo "$text"|sed "s|oktobass|októbas|g"`
qabcs-1.0.2/scripts/google.sh:742:       text=`echo "$text"|sed "s|ole lukoje|óle lukóje|g"`
qabcs-1.0.2/scripts/google.sh:743:       text=`echo "$text"|sed "s|oleum|óleum|g"`
qabcs-1.0.2/scripts/google.sh:744:       text=`echo "$text"|sed "s|oscillum|os-cíllum|g"`
qabcs-1.0.2/scripts/google.sh:745:       text=`echo "$text"|sed "s|otak-otak|ótak-ótak|g"`
qabcs-1.0.2/scripts/google.sh:746:       text=`echo "$text"|sed "s|oud|óud|g"`
qabcs-1.0.2/scripts/google.sh:747:       text=`echo "$text"|sed "s|ovis|óvis|g"`
qabcs-1.0.2/scripts/google.sh:748:       text=`echo "$text"|sed "s|ovum|óvum|g"`
qabcs-1.0.2/scripts/google.sh:749:       text=`echo "$text"|sed "s|panis|pánis|g"`
qabcs-1.0.2/scripts/google.sh:750:       text=`echo "$text"|sed "s|simia|símia|g"`
qabcs-1.0.2/scripts/google.sh:751:       text=`echo "$text"|sed "s|passer|pásser|g"`
qabcs-1.0.2/scripts/google.sh:752:       text=`echo "$text"|sed "s|peniculus|penicúlus|g"`
qabcs-1.0.2/scripts/google.sh:753:       text=`echo "$text"|sed "s|latrina|latrína|g"`
qabcs-1.0.2/scripts/google.sh:754:       text=`echo "$text"|sed "s|petrus|pe-trus|g"`
qabcs-1.0.2/scripts/google.sh:755:       text=`echo "$text"|sed "s|pharomachrus|pharomáchrus|g"`
qabcs-1.0.2/scripts/google.sh:756:       text=`echo "$text"|sed "s|pila flexilis|píla flexílis|g"`
qabcs-1.0.2/scripts/google.sh:757:       text=`echo "$text"|sed "s|piscis|píscis|g"`
qabcs-1.0.2/scripts/google.sh:758:       text=`echo "$text"|sed "s|pistris|pístris|g"`
qabcs-1.0.2/scripts/google.sh:759:       text=`echo "$text"|sed "s|pisum|písum|g"`
qabcs-1.0.2/scripts/google.sh:760:       text=`echo "$text"|sed "s|pomum|pómum|g"`
qabcs-1.0.2/scripts/google.sh:761:       text=`echo "$text"|sed "s|princeps|princebz|g"`
qabcs-1.0.2/scripts/google.sh:762:       text=`echo "$text"|sed "s|prunus|prúnus|g"`
qabcs-1.0.2/scripts/google.sh:763:       text=`echo "$text"|sed "s|pupa|púpa|g"`
qabcs-1.0.2/scripts/google.sh:764:       text=`echo "$text"|sed "s|pupilla|pupílla|g"`
qabcs-1.0.2/scripts/google.sh:765:       text=`echo "$text"|sed "s|pyrrhula|pyrrhúla|g"`
qabcs-1.0.2/scripts/google.sh:766:       text=`echo "$text"|sed "s|quasimodo|quasimódo|g"`
qabcs-1.0.2/scripts/google.sh:767:       text=`echo "$text"|sed "s|quatuor|quátuor|g"`
qabcs-1.0.2/scripts/google.sh:768:       text=`echo "$text"|sed "s|quelea|quéleja|g"`
qabcs-1.0.2/scripts/google.sh:769:       text=`echo "$text"|sed "s|quena|quéna|g"`
qabcs-1.0.2/scripts/google.sh:770:       text=`echo "$text"|sed "s|quinua|quínuja|g"`
qabcs-1.0.2/scripts/google.sh:771:       text=`echo "$text"|sed "s|rabel|rábel|g"`
qabcs-1.0.2/scripts/google.sh:772:       text=`echo "$text"|sed "s|rhinoceros|rhinocéros|g"`
qabcs-1.0.2/scripts/google.sh:773:       text=`echo "$text"|sed "s|rocheta|rochéta|g"`
qabcs-1.0.2/scripts/google.sh:774:       text=`echo "$text"|sed "s|rumex|rúmex|g"`
qabcs-1.0.2/scripts/google.sh:775:       text=`echo "$text"|sed "s|rumpunt|rúmpunt|g"`
qabcs-1.0.2/scripts/google.sh:776:       text=`echo "$text"|sed "s|funem|fúnem|g"`
qabcs-1.0.2/scripts/google.sh:777:       text=`echo "$text"|sed "s|sampler|sámpler|g"`
qabcs-1.0.2/scripts/google.sh:778:       text=`echo "$text"|sed "s|scapula|scápula|g"`
qabcs-1.0.2/scripts/google.sh:779:       text=`echo "$text"|sed "s|semola|semóla|g"`
qabcs-1.0.2/scripts/google.sh:780:       text=`echo "$text"|sed "s|sibilo|síbilo|g"`
qabcs-1.0.2/scripts/google.sh:781:       text=`echo "$text"|sed "s|simia|símija|g"`
qabcs-1.0.2/scripts/google.sh:782:       text=`echo "$text"|sed "s|amet|ámet|g"`
qabcs-1.0.2/scripts/google.sh:783:       text=`echo "$text"|sed "s|sonantis|sonántis|g"`
qabcs-1.0.2/scripts/google.sh:784:       text=`echo "$text"|sed "s|hydria|hýdria|g"`
qabcs-1.0.2/scripts/google.sh:785:       text=`echo "$text"|sed "s|stabulum|stabúlum|g"`
qabcs-1.0.2/scripts/google.sh:786:       text=`echo "$text"|sed "s|strigops habroptila|strígobz habróptila|g"`
qabcs-1.0.2/scripts/google.sh:787:       text=`echo "$text"|sed "s|telum|télum|g"`
qabcs-1.0.2/scripts/google.sh:788:       text=`echo "$text"|sed "s|sucus|súcus|g"`
qabcs-1.0.2/scripts/google.sh:789:       text=`echo "$text"|sed "s|tabella|tabélla|g"`
qabcs-1.0.2/scripts/google.sh:790:       text=`echo "$text"|sed "s|tanbur|tánbur|g"`
qabcs-1.0.2/scripts/google.sh:791:       text=`echo "$text"|sed "s|tangelo|tangélo|g"`
qabcs-1.0.2/scripts/google.sh:792:       text=`echo "$text"|sed "s|tellus|téllus|g"`
qabcs-1.0.2/scripts/google.sh:793:       text=`echo "$text"|sed "s|theremin|théremin|g"`
qabcs-1.0.2/scripts/google.sh:794:       text=`echo "$text"|sed "s|tigris|tígris|g"`
qabcs-1.0.2/scripts/google.sh:795:       text=`echo "$text"|sed "s|tortilla|tortílla|g"`
qabcs-1.0.2/scripts/google.sh:796:       text=`echo "$text"|sed "s|tramen|trámen|g"`
qabcs-1.0.2/scripts/google.sh:797:       text=`echo "$text"|sed "s|triangulum|triángulum|g"`
qabcs-1.0.2/scripts/google.sh:798:       text=`echo "$text"|sed "s|triturus|tritúrus|g"`
qabcs-1.0.2/scripts/google.sh:799:       text=`echo "$text"|sed "s|turbonis|turbónis|g"`
qabcs-1.0.2/scripts/google.sh:800:       text=`echo "$text"|sed "s|turtur|túrtur|g"`
qabcs-1.0.2/scripts/google.sh:801:       text=`echo "$text"|sed "s|scandalum|scandálum|g"`
qabcs-1.0.2/scripts/google.sh:802:       text=`echo "$text"|sed "s|umbella|umbélla|g"`
qabcs-1.0.2/scripts/google.sh:803:       text=`echo "$text"|sed "s|ursula|úrsula|g"`
qabcs-1.0.2/scripts/google.sh:804:       text=`echo "$text"|sed "s|^sula|súla|g"`
qabcs-1.0.2/scripts/google.sh:805:       text=`echo "$text"|sed "s|ursus|úrsus|g"`
qabcs-1.0.2/scripts/google.sh:806:       text=`echo "$text"|sed "s|maritimus|marítimus|g"`
qabcs-1.0.2/scripts/google.sh:807:       text=`echo "$text"|sed "s|uszka|us-zka|g"`
qabcs-1.0.2/scripts/google.sh:808:       text=`echo "$text"|sed "s|utriculus|utricúlus|g"`
qabcs-1.0.2/scripts/google.sh:809:       text=`echo "$text"|sed "s|uva|úva|g"`
qabcs-1.0.2/scripts/google.sh:810:       text=`echo "$text"|sed "s|vaflum|váflum|g"`
qabcs-1.0.2/scripts/google.sh:811:       text=`echo "$text"|sed "s|vehiculum|vehicúlum|g"`
qabcs-1.0.2/scripts/google.sh:812:       text=`echo "$text"|sed "s|saginati|sagináti|g"`
qabcs-1.0.2/scripts/google.sh:813:       text=`echo "$text"|sed "s|vermicelli|vérmi-cel-li|g"`
qabcs-1.0.2/scripts/google.sh:814:       text=`echo "$text"|sed "s|vermilingua|vermilíngua|g"`
qabcs-1.0.2/scripts/google.sh:815:       text=`echo "$text"|sed "s|vermis|vérmis|g"`
qabcs-1.0.2/scripts/google.sh:816:       text=`echo "$text"|sed "s|vinegret|vine-gret|g"`
qabcs-1.0.2/scripts/google.sh:817:       text=`echo "$text"|sed "s|vitulus|vitúlus|g"`
qabcs-1.0.2/scripts/google.sh:818:       text=`echo "$text"|sed "s|vulpes|vúlpes|g"`
qabcs-1.0.2/scripts/google.sh:819:       text=`echo "$text"|sed "s|zerda|zérda|g"`
qabcs-1.0.2/scripts/google.sh:820:       text=`echo "$text"|sed "s|vultur|vúltur|g"`
qabcs-1.0.2/scripts/google.sh:821:       text=`echo "$text"|sed "s|whopper|whópper|g"`
qabcs-1.0.2/scripts/google.sh:822:       text=`echo "$text"|sed "s|wonton|wónton|g"`
qabcs-1.0.2/scripts/google.sh:823:       text=`echo "$text"|sed "s|x-men|iks-men|g"`
qabcs-1.0.2/scripts/google.sh:824:       text=`echo "$text"|sed "s|xbox|iksbox|g"`
qabcs-1.0.2/scripts/google.sh:825:       text=`echo "$text"|sed "s|xenopus|xenópus|g"`
qabcs-1.0.2/scripts/google.sh:826:       text=`echo "$text"|sed "s|xiphactinus|xiphactínus|g"`
qabcs-1.0.2/scripts/google.sh:827:       text=`echo "$text"|sed "s|xiphias|xíphias|g"`
qabcs-1.0.2/scripts/google.sh:828:       text=`echo "$text"|sed "s|xoubas|xóubas|g"`
qabcs-1.0.2/scripts/google.sh:829:       text=`echo "$text"|sed "s|yakult|yakúlt|g"`
qabcs-1.0.2/scripts/google.sh:830:       text=`echo "$text"|sed "s|yobel|yóbel|g"`
qabcs-1.0.2/scripts/google.sh:831:       text=`echo "$text"|sed "s|zamenis|zaménis|g"`
qabcs-1.0.2/scripts/google.sh:832:       text=`echo "$text"|sed "s|zizania|zizánia|g"`
qabcs-1.0.2/scripts/google.sh:833:       text=`echo "$text"|sed "s|lodix|lódix|g"`
qabcs-1.0.2/scripts/google.sh:834:       text=`echo "$text"|sed "s|alimentis|aliménti-s|g"`
qabcs-1.0.2/scripts/google.sh:835:       text=`echo "$text"|sed "s|gratin|gratín|g"`
qabcs-1.0.2/scripts/google.sh:836:       text=`echo "$text"|sed "s|artemisia|artemísia|g"`
qabcs-1.0.2/scripts/google.sh:837:       text=`echo "$text"|sed "s|curculio|curcúlio|g"`
qabcs-1.0.2/scripts/google.sh:838:       text=`echo "$text"|sed "s|subiugalis|subiugális|g"`
qabcs-1.0.2/scripts/google.sh:839:       text=`echo "$text"|sed "s|yeti|yéti|g"`
qabcs-1.0.2/scripts/google.sh:840:       text=`echo "$text"|sed "s|yorgia|yórgia|g"`
qabcs-1.0.2/scripts/google.sh:841:       text=`echo "$text"|sed "s|anaticula|anatícula|g"`
qabcs-1.0.2/scripts/google.sh:842:       text=`echo "$text"|sed "s|prandii|prandíi|g"`
qabcs-1.0.2/scripts/google.sh:843:       text=`echo "$text"|sed "s|aeolinum|aaeolinum|g"`
qabcs-1.0.2/scripts/google.sh:844:       text=`echo "$text"|sed "s|caestu|ca-aestu|g"`
qabcs-1.0.2/scripts/google.sh:845:       text=`echo "$text"|sed "s|circulus|circúlus|g"`
qabcs-1.0.2/scripts/google.sh:846:       text=`echo "$text"|sed "s|clupea|clupéa|g"`
qabcs-1.0.2/scripts/google.sh:847:       text=`echo "$text"|sed "s|currii|curríi|g"`
qabcs-1.0.2/scripts/google.sh:848:       text=`echo "$text"|sed "s|radii|radíi|g"`
qabcs-1.0.2/scripts/google.sh:849:       text=`echo "$text"|sed "s|autocineticum|autocinetícum|g"`
qabcs-1.0.2/scripts/google.sh:850:       text=`echo "$text"|sed "s|yanornis|yanórnis|g"`
qabcs-1.0.2/scripts/google.sh:851:       text=`echo "$text"|sed "s|longissimus|longissímus|g"`
qabcs-1.0.2/scripts/google.sh:852:       text=`echo "$text"|sed "s|principis|princípis|g"`
qabcs-1.0.2/scripts/google.sh:853:       text=`echo "$text"|sed "s|sella|sélla|g"`
qabcs-1.0.2/scripts/google.sh:854:       text=`echo "$text"|sed "s|egressaeque|e-gressaeque|g"`
qabcs-1.0.2/scripts/google.sh:855:       text=`echo "$text"|sed "s|harenae|harenáae|g"`
qabcs-1.0.2/scripts/google.sh:856:       text=`echo "$text"|sed "s|washint|wáshint|g"`
qabcs-1.0.2/scripts/google.sh:857:       text=`echo "$text"|sed "s|horologium|ho-ro-logium|g"`
qabcs-1.0.2/scripts/google.sh:858:       text=`echo "$text"|sed "s|python|py-thon|g"`
qabcs-1.0.2/scripts/google.sh:859:       text=`echo "$text"|sed "s|rebab|re-bab|g"`
qabcs-1.0.2/scripts/google.sh-860-       ;;
qabcs-1.0.2/scripts/google.sh-861-     la_it)
qabcs-1.0.2/scripts/google.sh:862:       text=`echo "$text"|sed "s|aegithina|aegi-thina|g"`
qabcs-1.0.2/scripts/google.sh:863:       text=`echo "$text"|sed "s|amelanchier|amelanchiher|g"`
qabcs-1.0.2/scripts/google.sh:864:       text=`echo "$text"|sed "s|gratin|grah-tin|g"`
qabcs-1.0.2/scripts/google.sh:865:       text=`echo "$text"|sed "s|chartaceum|cartaceum|g"`
qabcs-1.0.2/scripts/google.sh:866:       text=`echo "$text"|sed "s|chalcophonos|calcophonos|g"`
qabcs-1.0.2/scripts/google.sh:867:       text=`echo "$text"|sed "s|chalumeau|calu-me-au|g"`
qabcs-1.0.2/scripts/google.sh:868:       text=`echo "$text"|sed "s|chamaeleo|camaehleo|g"`
qabcs-1.0.2/scripts/google.sh:869:       text=`echo "$text"|sed "s|changu|cangu|g"`
qabcs-1.0.2/scripts/google.sh:870:       text=`echo "$text"|sed "s|cichorium|cicorium|g"`
qabcs-1.0.2/scripts/google.sh:871:       text=`echo "$text"|sed "s|circulus|cirhculus|g"`
qabcs-1.0.2/scripts/google.sh:872:       text=`echo "$text"|sed "s|circus|cirhcus|g"`
qabcs-1.0.2/scripts/google.sh:873:       text=`echo "$text"|sed "s|cochlearibus|coclearibus|g"`
qabcs-1.0.2/scripts/google.sh:874:       text=`echo "$text"|sed "s|aquila|aqui-la|g"`
qabcs-1.0.2/scripts/google.sh:875:       text=`echo "$text"|sed "s|quelea|quehlea|g"`
qabcs-1.0.2/scripts/google.sh:876:       text=`echo "$text"|sed "s|quinua|cwinua|g"`
qabcs-1.0.2/scripts/google.sh:877:       text=`echo "$text"|sed "s|crustulum|crus-tulum|g"`
qabcs-1.0.2/scripts/google.sh:878:       text=`echo "$text"|sed "s|cymbali|cym-bali|g"`
qabcs-1.0.2/scripts/google.sh:879:       text=`echo "$text"|sed "s|procyon|procy-on|g"`
qabcs-1.0.2/scripts/google.sh:880:       text=`echo "$text"|sed "s|dioscorea|dios-corea|g"`
qabcs-1.0.2/scripts/google.sh:881:       text=`echo "$text"|sed "s|dulzaina|dul-zaina|g"`
qabcs-1.0.2/scripts/google.sh:882:       text=`echo "$text"|sed "s|eclair|eclahir|g"`
qabcs-1.0.2/scripts/google.sh:883:       text=`echo "$text"|sed "s|euphonium|eufonium|g"`
qabcs-1.0.2/scripts/google.sh:884:       text=`echo "$text"|sed "s|folles|follhes|g"`
qabcs-1.0.2/scripts/google.sh:885:       text=`echo "$text"|sed "s|aerii|ae-rii|g"`
qabcs-1.0.2/scripts/google.sh:886:       text=`echo "$text"|sed "s|gerens|gerenhs|g"`
qabcs-1.0.2/scripts/google.sh:887:       text=`echo "$text"|sed "s|sabdariffa|sab-dariffa|g"`
qabcs-1.0.2/scripts/google.sh:888:       text=`echo "$text"|sed "s|horologium|horo-logium|g"`
qabcs-1.0.2/scripts/google.sh:889:       text=`echo "$text"|sed "s|idefix|ihdefix|g"`
qabcs-1.0.2/scripts/google.sh:890:       text=`echo "$text"|sed "s|idiophonum|idio-phonum|g"`
qabcs-1.0.2/scripts/google.sh:891:       text=`echo "$text"|sed "s|indonesiaca harpa|indonesiaca, harpa|g"`
qabcs-1.0.2/scripts/google.sh:892:       text=`echo "$text"|sed "s|jasminum|iasminum|g"`
qabcs-1.0.2/scripts/google.sh:893:       text=`echo "$text"|sed "s|jatagan|jata-gan|g"`
qabcs-1.0.2/scripts/google.sh:894:       text=`echo "$text"|sed "s|jo-jo|io-io|g"`
qabcs-1.0.2/scripts/google.sh:895:       text=`echo "$text"|sed "s|jogurtum|iogurtum|g"`
qabcs-1.0.2/scripts/google.sh:896:       text=`echo "$text"|sed "s|joulutorttu|ioulutorttu|g"`
qabcs-1.0.2/scripts/google.sh:897:       text=`echo "$text"|sed "s|juglans regia|juglans, regia|g"`
qabcs-1.0.2/scripts/google.sh:898:       text=`echo "$text"|sed "s|kisanji|kisan, ii|g"`
qabcs-1.0.2/scripts/google.sh:899:       text=`echo "$text"|sed "s|accumsan|accumhsan|g"`
qabcs-1.0.2/scripts/google.sh:900:       text=`echo "$text"|sed "s|later|lahter|g"`
qabcs-1.0.2/scripts/google.sh:901:       text=`echo "$text"|sed "s|lycalopex|licalopex|g"`
qabcs-1.0.2/scripts/google.sh:902:       text=`echo "$text"|sed "s|maizium|ma-isium|g"`
qabcs-1.0.2/scripts/google.sh:903:       text=`echo "$text"|sed "s|organum|or-ganum|g"`
qabcs-1.0.2/scripts/google.sh:904:       text=`echo "$text"|sed "s|maracae|maraca e|g"`
qabcs-1.0.2/scripts/google.sh:905:       text=`echo "$text"|sed "s|melongena|melohn-gena|g"`
qabcs-1.0.2/scripts/google.sh:906:       text=`echo "$text"|sed "s|miles|mi-les|g"`
qabcs-1.0.2/scripts/google.sh:907:       text=`echo "$text"|sed "s|mylabris|milabris|g"`
qabcs-1.0.2/scripts/google.sh:908:       text=`echo "$text"|sed "s|mytilus|mitilus|g"`
qabcs-1.0.2/scripts/google.sh:909:       text=`echo "$text"|sed "s|nachos|nachous|g"`
qabcs-1.0.2/scripts/google.sh:910:       text=`echo "$text"|sed "s|nautilus|nauhtilus|g"`
qabcs-1.0.2/scripts/google.sh:911:       text=`echo "$text"|sed "s|obelix|obe-lix|g"`
qabcs-1.0.2/scripts/google.sh:912:       text=`echo "$text"|sed "s|objectivum|obiec-tivum|g"`
qabcs-1.0.2/scripts/google.sh:913:       text=`echo "$text"|sed "s|ocarina|ocaahrina|g"`
qabcs-1.0.2/scripts/google.sh:914:       text=`echo "$text"|sed "s|octopus|octohpus|g"`
qabcs-1.0.2/scripts/google.sh:915:       text=`echo "$text"|sed "s|olivier|olivjer|g"`
qabcs-1.0.2/scripts/google.sh:916:       text=`echo "$text"|sed "s|petrus rabidus|petrus, rabidus|g"`
qabcs-1.0.2/scripts/google.sh:917:       text=`echo "$text"|sed "s|pharomachrus|pharomacrus|g"`
qabcs-1.0.2/scripts/google.sh:918:       text=`echo "$text"|sed "s|cinereus|cinerheus|g"`
qabcs-1.0.2/scripts/google.sh:919:       text=`echo "$text"|sed "s|phaseolus|faseolus|g"`
qabcs-1.0.2/scripts/google.sh:920:       text=`echo "$text"|sed "s|phasianus|fasianus|g"`
qabcs-1.0.2/scripts/google.sh:921:       text=`echo "$text"|sed "s|pyrrhula|pyr-rula|g"`
qabcs-1.0.2/scripts/google.sh:922:       text=`echo "$text"|sed "s|python|pithohn|g"`
qabcs-1.0.2/scripts/google.sh:923:       text=`echo "$text"|sed "s|quartam nota|quartam, nota|g"`
qabcs-1.0.2/scripts/google.sh:924:       text=`echo "$text"|sed "s|quatuor|quattuor|g"`
qabcs-1.0.2/scripts/google.sh:925:       text=`echo "$text"|sed "s|rhinoceros|rinoceros|g"`
qabcs-1.0.2/scripts/google.sh:926:       text=`echo "$text"|sed "s|rocheta|rocketa|g"`
qabcs-1.0.2/scripts/google.sh:927:       text=`echo "$text"|sed "s|arcticus|ark--ticus|g"`
qabcs-1.0.2/scripts/google.sh:928:       text=`echo "$text"|sed "s|sahrzad|sahr-zad|g"`
qabcs-1.0.2/scripts/google.sh:929:       text=`echo "$text"|sed "s|sampler|sahmpler|g"`
qabcs-1.0.2/scripts/google.sh:930:       text=`echo "$text"|sed "s|saxophonum|saxo-phonum|g"`
qabcs-1.0.2/scripts/google.sh:931:       text=`echo "$text"|sed "s|halvah|hal-vah|g"`
qabcs-1.0.2/scripts/google.sh:932:       text=`echo "$text"|sed "s|stylodipus|stilodipus|g"`
qabcs-1.0.2/scripts/google.sh:933:       text=`echo "$text"|sed "s|tangelo|tanhgelo|g"`
qabcs-1.0.2/scripts/google.sh:934:       text=`echo "$text"|sed "s|tragemata|tragehmata|g"`
qabcs-1.0.2/scripts/google.sh:935:       text=`echo "$text"|sed "s|ugal|u-gal|g"`
qabcs-1.0.2/scripts/google.sh:936:       text=`echo "$text"|sed "s|uszka|uhszka|g"`
qabcs-1.0.2/scripts/google.sh:937:       text=`echo "$text"|sed "s|venator|venahtor|g"`
qabcs-1.0.2/scripts/google.sh:938:       text=`echo "$text"|sed "s|vibraslap|vibra-zlap|g"`
qabcs-1.0.2/scripts/google.sh:939:       text=`echo "$text"|sed "s|vinegret|vineg-reth|g"`
qabcs-1.0.2/scripts/google.sh:940:       text=`echo "$text"|sed "s|wallabia|wahllabia|g"`
qabcs-1.0.2/scripts/google.sh:941:       text=`echo "$text"|sed "s|washint|vashint|g"`
qabcs-1.0.2/scripts/google.sh:942:       text=`echo "$text"|sed "s|xenopus|xenohpus|g"`
qabcs-1.0.2/scripts/google.sh:943:       text=`echo "$text"|sed "s|xiphias|xifias|g"`
qabcs-1.0.2/scripts/google.sh:944:       text=`echo "$text"|sed "s|xoubas|ksoubas|g"`
qabcs-1.0.2/scripts/google.sh:945:       text=`echo "$text"|sed "s|zetygen|zety-gen|g"`
qabcs-1.0.2/scripts/google.sh:946:       text=`echo "$text"|sed "s|zurna|zur-na|g"`
qabcs-1.0.2/scripts/google.sh:947:       text=`echo "$text"|sed "s|cavator|cavahtor|g"`
qabcs-1.0.2/scripts/google.sh:948:       text=`echo "$text"|sed "s|chinchilla|khinkhilla|g"`
qabcs-1.0.2/scripts/google.sh:949:       text=`echo "$text"|sed "s|durianum|durihanum|g"`
qabcs-1.0.2/scripts/google.sh:950:       text=`echo "$text"|sed "s|gravis tympanum|gravis, timpanum|g"`
qabcs-1.0.2/scripts/google.sh:951:       text=`echo "$text"|sed "s|tympanum|timpanum|g"`
qabcs-1.0.2/scripts/google.sh:952:       text=`echo "$text"|sed "s|fingunt|fingoont|g"`
qabcs-1.0.2/scripts/google.sh:953:       text=`echo "$text"|sed "s|odoramentum|odo-ramentum|g"`
qabcs-1.0.2/scripts/google.sh:954:       text=`echo "$text"|sed "s|colchicus|colkhicus|g"`
qabcs-1.0.2/scripts/google.sh:955:       text=`echo "$text"|sed "s|rumpunt|rumpoont|g"`
qabcs-1.0.2/scripts/google.sh:956:       text=`echo "$text"|sed "s|tortilla|tortihlhla|g"`
qabcs-1.0.2/scripts/google.sh:957:       text=`echo "$text"|sed "s|desk discipulus|desc discipuhlus|g"`
qabcs-1.0.2/scripts/google.sh:958:       text=`echo "$text"|sed "s|aeolinum|aeo-linum|g"`
qabcs-1.0.2/scripts/google.sh:959:       text=`echo "$text"|sed "s|anaticula|ana-tihcula|g"`
qabcs-1.0.2/scripts/google.sh:960:       text=`echo "$text"|sed "s|cucurbita|cucur-bita|g"`
qabcs-1.0.2/scripts/google.sh:961:       text=`echo "$text"|sed "s|discipula|disci-pula|g"`
qabcs-1.0.2/scripts/google.sh:962:       text=`echo "$text"|sed "s|homarus|homahrus|g"`
qabcs-1.0.2/scripts/google.sh:963:       text=`echo "$text"|sed "s|pterophyllum|ptero-fillum|g"`
qabcs-1.0.2/scripts/google.sh:964:       text=`echo "$text"|sed "s|scrinium|scri-nihum|g"`
qabcs-1.0.2/scripts/google.sh:965:       text=`echo "$text"|sed "s|brachyurus|brachy-urus|g"`
qabcs-1.0.2/scripts/google.sh:966:       text=`echo "$text"|sed "s|xun|xuhn|g"`
qabcs-1.0.2/scripts/google.sh-967-       ;;
qabcs-1.0.2/scripts/google.sh-968-     fr)
qabcs-1.0.2/scripts/google.sh:969:       text=`echo "$text"|sed "s|dulzaina|doulzaina|g"`
qabcs-1.0.2/scripts/google.sh:970:       text=`echo "$text"|sed "s|ipu|ipou|g"`
qabcs-1.0.2/scripts/google.sh:971:       text=`echo "$text"|sed "s|yochin|yotchine|g"`
qabcs-1.0.2/scripts/google.sh:972:       text=`echo "$text"|sed "s|yueqin|uétchine|g"`
qabcs-1.0.2/scripts/google.sh:973:       text=`echo "$text"|sed "s|yangqin|yangchin|g"`
qabcs-1.0.2/scripts/google.sh-974-       ;;
qabcs-1.0.2/scripts/google.sh-975-     pl)
qabcs-1.0.2/scripts/google.sh:976:       text=`echo "$text"|sed "s|zozulka|zo-zulka|g"`
qabcs-1.0.2/scripts/google.sh:977:       text=`echo "$text"|sed "s|walkie-talkie|łoki-toki|g"`
qabcs-1.0.2/scripts/google.sh:978:       text=`echo "$text"|sed "s|kastaniety|kasta-niety|g"`
qabcs-1.0.2/scripts/google.sh:979:       text=`echo "$text"|sed "s|luwers|luvers|g"`
qabcs-1.0.2/scripts/google.sh:980:       text=`echo "$text"|sed "s|ćwierć dolara|ćwierć dollara|g"`
qabcs-1.0.2/scripts/google.sh-981-       ;;
qabcs-1.0.2/scripts/google.sh-982-     de)
qabcs-1.0.2/scripts/google.sh:983:       text=`echo "$text"|sed "s|x-keks|x-kiks|g"`
qabcs-1.0.2/scripts/google.sh:984:       text=`echo "$text"|sed "s|umka|oomka|g"`
qabcs-1.0.2/scripts/google.sh:985:       text=`echo "$text"|sed "s|luftballons|luft-ballons|g"`
qabcs-1.0.2/scripts/google.sh:986:       text=`echo "$text"|sed "s|xun|ksoon|g"`
qabcs-1.0.2/scripts/google.sh:987:       text=`echo "$text"|sed "s|yangqin|yang--qin|g"`
qabcs-1.0.2/scripts/google.sh:988:       text=`echo "$text"|sed "s|äoline|äoliene|g"`
qabcs-1.0.2/scripts/google.sh:989:       text=`echo "$text"|sed "s|jug|jugg|g"`
qabcs-1.0.2/scripts/google.sh:990:       text=`echo "$text"|sed "s|kazoo|kazuu|g"`
qabcs-1.0.2/scripts/google.sh:991:       text=`echo "$text"|sed "s|ödephon|ödephoon|g"`
qabcs-1.0.2/scripts/google.sh:992:       text=`echo "$text"|sed "s|öse|ösae|g"`
qabcs-1.0.2/scripts/google.sh:993:       text=`echo "$text"|sed "s|python|pyton|g"`
qabcs-1.0.2/scripts/google.sh:994:       text=`echo "$text"|sed "s|wagon|wa-gon|g"`
qabcs-1.0.2/scripts/google.sh-995-       ;;
qabcs-1.0.2/scripts/google.sh-996-     ru)
qabcs-1.0.2/scripts/google.sh:997:       text=`echo "$text"|sed "s|жар-птица|жарптица|g"`
qabcs-1.0.2/scripts/google.sh:998:       text=`echo "$text"|sed "s|адъютант|адъйутант|g"`
qabcs-1.0.2/scripts/google.sh:999:       text=`echo "$text"|sed "s|ёочин|ё́очин|g"`
qabcs-1.0.2/scripts/google.sh:1000:       text=`echo "$text"|sed "s|еху|йеху|g"`
qabcs-1.0.2/scripts/google.sh:1001:       text=`echo "$text"|sed "s|жаркое|жарко́е|g"`
qabcs-1.0.2/scripts/google.sh:1002:       text=`echo "$text"|sed "s|удон|удо́н|g"`
qabcs-1.0.2/scripts/google.sh:1003:       text=`echo "$text"|sed "s|шары|шары́|g"`
qabcs-1.0.2/scripts/google.sh:1004:       text=`echo "$text"|sed "s|иглу|и́глу|g"`
qabcs-1.0.2/scripts/google.sh:1005:       text=`echo "$text"|sed "s|йогурт|йо́гурт|g"`
qabcs-1.0.2/scripts/google.sh:1006:       text=`echo "$text"|sed "s|кларнет|кларнэт|g"`
qabcs-1.0.2/scripts/google.sh:1007:       text=`echo "$text"|sed "s|маракасы|мара́касы|g"`
qabcs-1.0.2/scripts/google.sh:1008:       text=`echo "$text"|sed "s|орган|орга́н|g"`
qabcs-1.0.2/scripts/google.sh:1009:       text=`echo "$text"|sed "s|подъязок|подъйазок|g"`
qabcs-1.0.2/scripts/google.sh:1010:       text=`echo "$text"|sed "s|подъёлочник|подъё́лочник|g"`
qabcs-1.0.2/scripts/google.sh:1011:       text=`echo "$text"|sed "s|цуккини|цукини|g"`
qabcs-1.0.2/scripts/google.sh:1012:       text=`echo "$text"|sed "s|аэолин|аэоли́н|g"`
qabcs-1.0.2/scripts/google.sh:1013:       text=`echo "$text"|sed "s|белка|бе́лка|g"`
qabcs-1.0.2/scripts/google.sh:1014:       text=`echo "$text"|sed "s|васаби|васа́би|g"`
qabcs-1.0.2/scripts/google.sh:1015:       text=`echo "$text"|sed "s|вибраслэп|вибраслэ́п|g"`
qabcs-1.0.2/scripts/google.sh:1016:       text=`echo "$text"|sed "s|видеонаблюдение|видео-наблюдение|g"`
qabcs-1.0.2/scripts/google.sh:1017:       text=`echo "$text"|sed "s|вінаград|ві-наград|g"`
qabcs-1.0.2/scripts/google.sh:1018:       text=`echo "$text"|sed "s|воппер|во́ппер|g"`
qabcs-1.0.2/scripts/google.sh:1019:       text=`echo "$text"|sed "s|дулзайна|дулза́йна|g"`
qabcs-1.0.2/scripts/google.sh:1020:       text=`echo "$text"|sed "s|идефикс|иде́фикс|g"`
qabcs-1.0.2/scripts/google.sh:1021:       text=`echo "$text"|sed "s|йора|йё́ра|g"`
qabcs-1.0.2/scripts/google.sh:1022:       text=`echo "$text"|sed "s|казу|казу́|g"`
qabcs-1.0.2/scripts/google.sh:1023:       text=`echo "$text"|sed "s|квазимодо|квазимо́до|g"`
qabcs-1.0.2/scripts/google.sh:1024:       text=`echo "$text"|sed "s|кетчуп|ке́тчуп|g"`
qabcs-1.0.2/scripts/google.sh:1025:       text=`echo "$text"|sed "s|княженика|княжени́ка|g"`
qabcs-1.0.2/scripts/google.sh:1026:       text=`echo "$text"|sed "s|ксифактин|ксифакти́н|g"`
qabcs-1.0.2/scripts/google.sh:1027:       text=`echo "$text"|sed "s|ксоубас|ксо́убас|g"`
qabcs-1.0.2/scripts/google.sh:1028:       text=`echo "$text"|sed "s|лазанья|лаза́нья|g"`
qabcs-1.0.2/scripts/google.sh:1029:       text=`echo "$text"|sed "s|перепел|пе́репел|g"`
qabcs-1.0.2/scripts/google.sh:1030:       text=`echo "$text"|sed "s|равел|раве́л|g"`
qabcs-1.0.2/scripts/google.sh:1031:       text=`echo "$text"|sed "s|тальятелле|тальяте́лле|g"`
qabcs-1.0.2/scripts/google.sh:1032:       text=`echo "$text"|sed "s|уакари|уака́ри|g"`
qabcs-1.0.2/scripts/google.sh:1033:       text=`echo "$text"|sed "s|урсула|у́рсула|g"`
qabcs-1.0.2/scripts/google.sh:1034:       text=`echo "$text"|sed "s|флейта бёма|флейта бё́ма|g"`
qabcs-1.0.2/scripts/google.sh:1035:       text=`echo "$text"|sed "s|цельнозерновой хлеб|цельно-зерновой хлеб|g"`
qabcs-1.0.2/scripts/google.sh:1036:       text=`echo "$text"|sed "s|шалюмо|шалюмо́|g"`
qabcs-1.0.2/scripts/google.sh:1037:       text=`echo "$text"|sed "s|эстрагон|э-страгон|g"`
qabcs-1.0.2/scripts/google.sh:1038:       text=`echo "$text"|sed "s|юринг|ю́ринг|g"`
qabcs-1.0.2/scripts/google.sh:1039:       text=`echo "$text"|sed "s|якульт|йаку́льт|g"`
qabcs-1.0.2/scripts/google.sh:1040:       text=`echo "$text"|sed "s|янорнис|яно́рнис|g"`
qabcs-1.0.2/scripts/google.sh-1041-       ;;
qabcs-1.0.2/scripts/google.sh-1042-     be)
qabcs-1.0.2/scripts/google.sh:1043:       text=`echo "$text"|sed "s|абедзенная|а-бедзенная|g"`
qabcs-1.0.2/scripts/google.sh:1044:       text=`echo "$text"|sed "s|авечка|а-вечка|g"`
qabcs-1.0.2/scripts/google.sh:1045:       text=`echo "$text"|sed "s|агеньчык|а-геньчык|g"`
qabcs-1.0.2/scripts/google.sh:1046:       text=`echo "$text"|sed "s|абялікс|абя-лікс|g"`
qabcs-1.0.2/scripts/google.sh:1047:       text=`echo "$text"|sed "s|аліў'е|аліў-е|g"`
qabcs-1.0.2/scripts/google.sh:1048:       text=`echo "$text"|sed "s|ад'ютант|ад'йутант|g"`
qabcs-1.0.2/scripts/google.sh:1049:       text=`echo "$text"|sed "s|акарына|ака́рына|g"`
qabcs-1.0.2/scripts/google.sh:1050:       text=`echo "$text"|sed "s|арган|ар-ган|g"`
qabcs-1.0.2/scripts/google.sh:1051:       text=`echo "$text"|sed "s|арыгамі|ары-гамі|g"`
qabcs-1.0.2/scripts/google.sh:1052:       text=`echo "$text"|sed "s|піяніна|піяні́на|g"`
qabcs-1.0.2/scripts/google.sh:1053:       text=`echo "$text"|sed "s|бачкавое|бачка-вое|g"`
qabcs-1.0.2/scripts/google.sh:1054:       text=`echo "$text"|sed "s|бульба|бу́льба|g"`
qabcs-1.0.2/scripts/google.sh:1055:       text=`echo "$text"|sed "s|васьміног|вась-міног|g"`
qabcs-1.0.2/scripts/google.sh:1056:       text=`echo "$text"|sed "s|ваўчок|ваў--чок|g"`
qabcs-1.0.2/scripts/google.sh:1057:       text=`echo "$text"|sed "s|гародніна|га-родніна|g"`
qabcs-1.0.2/scripts/google.sh:1058:       text=`echo "$text"|sed "s|гарох|га-рох|g"`
qabcs-1.0.2/scripts/google.sh:1059:       text=`echo "$text"|sed "s|васабі|васа́бі|g"`
qabcs-1.0.2/scripts/google.sh:1060:       text=`echo "$text"|sed "s|вермішэль|вермішэ́ль|g"`
qabcs-1.0.2/scripts/google.sh:1061:       text=`echo "$text"|sed "s|верталёт|вертолёт|g"`
qabcs-1.0.2/scripts/google.sh:1062:       text=`echo "$text"|sed "s|віктарына|віктары́на|g"`
qabcs-1.0.2/scripts/google.sh:1063:       text=`echo "$text"|sed "s|вінягрэт|віняг-рэт|g"`
qabcs-1.0.2/scripts/google.sh:1064:       text=`echo "$text"|sed "s|выбраслэп|выбраслэ́п|g"`
qabcs-1.0.2/scripts/google.sh:1065:       text=`echo "$text"|sed "s|газель|га-зель|g"`
qabcs-1.0.2/scripts/google.sh:1066:       text=`echo "$text"|sed "s|галактычны салдат|галактыч-ны сал-дат|g"`
qabcs-1.0.2/scripts/google.sh:1067:       text=`echo "$text"|sed "s|глушэц|глу-шэц|g"`
qabcs-1.0.2/scripts/google.sh:1068:       text=`echo "$text"|sed "s|гуанака|гуа-нака|g"`
qabcs-1.0.2/scripts/google.sh:1069:       text=`echo "$text"|sed "s|даніё рэрыё|да́нійо рэ́рыйо|g"`
qabcs-1.0.2/scripts/google.sh:1070:       text=`echo "$text"|sed "s|дзікабраз|дзікабра́з|g"`
qabcs-1.0.2/scripts/google.sh:1071:       text=`echo "$text"|sed "s|дулзайна|дульза́йна|g"`
qabcs-1.0.2/scripts/google.sh:1072:       text=`echo "$text"|sed "s|дурыян|дурыя́н|g"`
qabcs-1.0.2/scripts/google.sh:1073:       text=`echo "$text"|sed "s|духі|духі́|g"`
qabcs-1.0.2/scripts/google.sh:1074:       text=`echo "$text"|sed "s|емуранчык|ему-ранчык|g"`
qabcs-1.0.2/scripts/google.sh:1075:       text=`echo "$text"|sed "s|жэлацін|жэла-цін|g"`
qabcs-1.0.2/scripts/google.sh:1076:       text=`echo "$text"|sed "s|зубная шчотка|зуб-ная шчотка|g"`
qabcs-1.0.2/scripts/google.sh:1077:       text=`echo "$text"|sed "s|ідэфікс|іде́фікс|g"`
qabcs-1.0.2/scripts/google.sh:1078:       text=`echo "$text"|sed "s|ірга|ір-га|g"`
qabcs-1.0.2/scripts/google.sh:1079:       text=`echo "$text"|sed "s|йора|йё́ра|g"`
qabcs-1.0.2/scripts/google.sh:1080:       text=`echo "$text"|sed "s|каала|каа́ла|g"`
qabcs-1.0.2/scripts/google.sh:1081:       text=`echo "$text"|sed "s|казу|казу́|g"`
qabcs-1.0.2/scripts/google.sh:1082:       text=`echo "$text"|sed "s|кавалак|кава́лак|g"`
qabcs-1.0.2/scripts/google.sh:1083:       text=`echo "$text"|sed "s|каркадэ|каркадэ́|g"`
qabcs-1.0.2/scripts/google.sh:1084:       text=`echo "$text"|sed "s|касцяніца|касця-ніца|g"`
qabcs-1.0.2/scripts/google.sh:1085:       text=`echo "$text"|sed "s|кісанджы|кісанджі|g"`
qabcs-1.0.2/scripts/google.sh:1086:       text=`echo "$text"|sed "s|ксіфактын|ксіфакты́н|g"`
qabcs-1.0.2/scripts/google.sh:1087:       text=`echo "$text"|sed "s|лазанья|лаза́нья|g"`
qabcs-1.0.2/scripts/google.sh:1088:       text=`echo "$text"|sed "s|літаўры|лі-таўры|g"`
qabcs-1.0.2/scripts/google.sh:1089:       text=`echo "$text"|sed "s|ляжак|ляжа́к|g"`
qabcs-1.0.2/scripts/google.sh:1090:       text=`echo "$text"|sed "s|малы барабан|ма́лы барабан|g"`
qabcs-1.0.2/scripts/google.sh:1091:       text=`echo "$text"|sed "s|маракасы|мара́касы|g"`
qabcs-1.0.2/scripts/google.sh:1092:       text=`echo "$text"|sed "s|марская|марска́я|g"`
qabcs-1.0.2/scripts/google.sh:1093:       text=`echo "$text"|sed "s|марскі вожык|марскі́ вожык|g"`
qabcs-1.0.2/scripts/google.sh:1094:       text=`echo "$text"|sed "s|марскі цмок|мар-с-кі цмок|g"`
qabcs-1.0.2/scripts/google.sh:1095:       text=`echo "$text"|sed "s|мядуза|мя-дуза|g"`
qabcs-1.0.2/scripts/google.sh:1096:       text=`echo "$text"|sed "s|мядзведзь|мядзьвець|g"`
qabcs-1.0.2/scripts/google.sh:1097:       text=`echo "$text"|sed "s|мідыя|мі́дыя|g"`
qabcs-1.0.2/scripts/google.sh:1098:       text=`echo "$text"|sed "s|мурашкаед|мурашкае́д|g"`
qabcs-1.0.2/scripts/google.sh:1099:       text=`echo "$text"|sed "s|бранзалет|бранзале́т|g"`
qabcs-1.0.2/scripts/google.sh:1100:       text=`echo "$text"|sed "s|нажніцы|нажні́цы|g"`
qabcs-1.0.2/scripts/google.sh:1101:       text=`echo "$text"|sed "s|цырк|цирк|g"`
qabcs-1.0.2/scripts/google.sh:1102:       text=`echo "$text"|sed "s|насарог|на-са-рог|g"`
qabcs-1.0.2/scripts/google.sh:1103:       text=`echo "$text"|sed "s|нектарын|нектары́н|g"`
qabcs-1.0.2/scripts/google.sh:1104:       text=`echo "$text"|sed "s|нутрыя|ну́трыя|g"`
qabcs-1.0.2/scripts/google.sh:1105:       text=`echo "$text"|sed "s|віяланчэль|віялан-чэ́ль|g"`
qabcs-1.0.2/scripts/google.sh:1106:       text=`echo "$text"|sed "s|нязнайка|ня-знайка|g"`
qabcs-1.0.2/scripts/google.sh:1107:       text=`echo "$text"|sed "s|паветраны|паве́траны|g"`
qabcs-1.0.2/scripts/google.sh:1108:       text=`echo "$text"|sed "s|павук|паву́к|g"`
qabcs-1.0.2/scripts/google.sh:1109:       text=`echo "$text"|sed "s|пад’ёмны|пад’-ё́мны|g"`
qabcs-1.0.2/scripts/google.sh:1110:       text=`echo "$text"|sed "s|самалёт|сама-лё́т|g"`
qabcs-1.0.2/scripts/google.sh:1111:       text=`echo "$text"|sed "s|слімак|сьлима́к|g"`
qabcs-1.0.2/scripts/google.sh:1112:       text=`echo "$text"|sed "s|снежны барс|сьнежны барс|g"`
qabcs-1.0.2/scripts/google.sh:1113:       text=`echo "$text"|sed "s|пальчатка|паль-чатка|g"`
qabcs-1.0.2/scripts/google.sh:1114:       text=`echo "$text"|sed "s|рабэль|ра́бэль|g"`
qabcs-1.0.2/scripts/google.sh:1115:       text=`echo "$text"|sed "s|радыска|рады́ска|g"`
qabcs-1.0.2/scripts/google.sh:1116:       text=`echo "$text"|sed "s|рацыя|ра́цыя|g"`
qabcs-1.0.2/scripts/google.sh:1117:       text=`echo "$text"|sed "s|раяль|ра-я́ль|g"`
qabcs-1.0.2/scripts/google.sh:1118:       text=`echo "$text"|sed "s|рэнтгенаўскае выпраменьванне|рэнтге-наўскае выпра-меньваньне|g"`
qabcs-1.0.2/scripts/google.sh:1119:       text=`echo "$text"|sed "s|ручная|ручна́я|g"`
qabcs-1.0.2/scripts/google.sh:1120:       text=`echo "$text"|sed "s|сава|сава́|g"`
qabcs-1.0.2/scripts/google.sh:1121:       text=`echo "$text"|sed "s|селядзец|селядзе́ц|g"`
qabcs-1.0.2/scripts/google.sh:1122:       text=`echo "$text"|sed "s|снягір|сьня-гір|g"`
qabcs-1.0.2/scripts/google.sh:1123:       text=`echo "$text"|sed "s|спадніца|спадні́ца|g"`
qabcs-1.0.2/scripts/google.sh:1124:       text=`echo "$text"|sed "s|сцярвятнік|сцяр-вятнік|g"`
qabcs-1.0.2/scripts/google.sh:1125:       text=`echo "$text"|sed "s|сэмплер|семплер|g"`
qabcs-1.0.2/scripts/google.sh:1126:       text=`echo "$text"|sed "s|свіння|сьвіньня|g"`
qabcs-1.0.2/scripts/google.sh:1127:       text=`echo "$text"|sed "s|талеркі|та-леркі|g"`
qabcs-1.0.2/scripts/google.sh:1128:       text=`echo "$text"|sed "s|танжэла|танжэ́ла|g"`
qabcs-1.0.2/scripts/google.sh:1129:       text=`echo "$text"|sed "s|тархун|тарху́н|g"`
qabcs-1.0.2/scripts/google.sh:1130:       text=`echo "$text"|sed "s|трактар|тра́ктар|g"`
qabcs-1.0.2/scripts/google.sh:1131:       text=`echo "$text"|sed "s|трашчотка|траш--чотка|g"`
qabcs-1.0.2/scripts/google.sh:1132:       text=`echo "$text"|sed "s|тэрменвокс|тэр-менвокс|g"`
qabcs-1.0.2/scripts/google.sh:1133:       text=`echo "$text"|sed "s|туалетная шчотка|туа-летная шчотка|g"`
qabcs-1.0.2/scripts/google.sh:1134:       text=`echo "$text"|sed "s|угал|у-гал|g"`
qabcs-1.0.2/scripts/google.sh:1135:       text=`echo "$text"|sed "s|урсула|у́рсула|g"`
qabcs-1.0.2/scripts/google.sh:1136:       text=`echo "$text"|sed "s|фартэпіяна|фартэ-піяна|g"`
qabcs-1.0.2/scripts/google.sh:1137:       text=`echo "$text"|sed "s|фламінга|фла-мінга|g"`
qabcs-1.0.2/scripts/google.sh:1138:       text=`echo "$text"|sed "s|флейта бёма|флейта бё́ма|g"`
qabcs-1.0.2/scripts/google.sh:1139:       text=`echo "$text"|sed "s|фрула|фру́ла|g"`
qabcs-1.0.2/scripts/google.sh:1140:       text=`echo "$text"|sed "s|цацарка|цаца́рка|g"`
qabcs-1.0.2/scripts/google.sh:1141:       text=`echo "$text"|sed "s|цыбуля|цыбу́ля|g"`
qabcs-1.0.2/scripts/google.sh:1142:       text=`echo "$text"|sed "s|цытра|цы́тра|g"`
qabcs-1.0.2/scripts/google.sh:1143:       text=`echo "$text"|sed "s|чабор|ча-бор|g"`
qabcs-1.0.2/scripts/google.sh:1144:       text=`echo "$text"|sed "s|чабурашка|чабу-рашка|g"`
qabcs-1.0.2/scripts/google.sh:1145:       text=`echo "$text"|sed "s|чарапаха|ча-ра-па-ха|g"`
qabcs-1.0.2/scripts/google.sh:1146:       text=`echo "$text"|sed "s|часнок|час-нок|g"`
qabcs-1.0.2/scripts/google.sh:1147:       text=`echo "$text"|sed "s|чвэрць долара|чвэррць долара|g"`
qabcs-1.0.2/scripts/google.sh:1148:       text=`echo "$text"|sed "s|чэлеста|чэ-леста|g"`
qabcs-1.0.2/scripts/google.sh:1149:       text=`echo "$text"|sed "s|шакалад|ша-кала́д|g"`
qabcs-1.0.2/scripts/google.sh:1150:       text=`echo "$text"|sed "s|шары|шары́|g"`
qabcs-1.0.2/scripts/google.sh:1151:       text=`echo "$text"|sed "s|шчавель|шча-вель|g"`
qabcs-1.0.2/scripts/google.sh:1152:       text=`echo "$text"|sed "s|шчупак|шчу-пак|g"`
qabcs-1.0.2/scripts/google.sh:1153:       text=`echo "$text"|sed "s|шымпанзэ|шымпанзэ́|g"`
qabcs-1.0.2/scripts/google.sh:1154:       text=`echo "$text"|sed "s|эаліна|эалі́на|g"`
qabcs-1.0.2/scripts/google.sh:1155:       text=`echo "$text"|sed "s|экскаватар|эк-скава́тар|g"`
qabcs-1.0.2/scripts/google.sh:1156:       text=`echo "$text"|sed "s|электрагітара|э-лект-ра-гітара|g"`
qabcs-1.0.2/scripts/google.sh:1157:       text=`echo "$text"|sed "s|эстонскі|э-стон-скі|g"`
qabcs-1.0.2/scripts/google.sh:1158:       text=`echo "$text"|sed "s|юэцынь|юэцы́нь|g"`
qabcs-1.0.2/scripts/google.sh:1159:       text=`echo "$text"|sed "s|ягіня|йа-гі-ня|g"`
qabcs-1.0.2/scripts/google.sh:1160:       text=`echo "$text"|sed "s|якульт|йаку́льт|g"`
qabcs-1.0.2/scripts/google.sh:1161:       text=`echo "$text"|sed "s|ялец|яле́ц|g"`
qabcs-1.0.2/scripts/google.sh:1162:       text=`echo "$text"|sed "s|ямеля|яме́ля|g"`
qabcs-1.0.2/scripts/google.sh:1163:       text=`echo "$text"|sed "s|ятаган|йа-та-ган|g"`
qabcs-1.0.2/scripts/google.sh:1164:       text=`echo "$text"|sed "s|яхідна|йахідна|g"`
qabcs-1.0.2/scripts/google.sh:1165:       text=`echo "$text"|sed "s|цяля|ця-ля|g"`
qabcs-1.0.2/scripts/google.sh:1166:       text=`echo "$text"|sed "s|блазан|бла́зан|g"`
qabcs-1.0.2/scripts/google.sh:1167:       text=`echo "$text"|sed "s|гваздзік|гвазд-зік|g"`
qabcs-1.0.2/scripts/google.sh:1168:       text=`echo "$text"|sed "s|качаня|качаня́|g"`
qabcs-1.0.2/scripts/google.sh:1169:       text=`echo "$text"|sed "s|жарабя|жарабя́|g"`
qabcs-1.0.2/scripts/google.sh:1170:       text=`echo "$text"|sed "s|пацеркі|па́церкі|g"`
qabcs-1.0.2/scripts/google.sh:1171:       text=`echo "$text"|sed "s|шкляная|шкля-ная|g"`
qabcs-1.0.2/scripts/google.sh:1172:       text=`echo "$text"|sed "s|вадзянік|вадзяні́к|g"`
qabcs-1.0.2/scripts/google.sh:1173:       text=`echo "$text"|sed "s|часопіс|ча-сопіс|g"`
qabcs-1.0.2/scripts/google.sh:1174:       text=`echo "$text"|sed "s|кручок|кру--чок|g"`
qabcs-1.0.2/scripts/google.sh:1175:       text=`echo "$text"|sed "s|смятана|сьмя-тана|g"`
qabcs-1.0.2/scripts/google.sh:1176:       text=`echo "$text"|sed "s|запяканка|запя-канка|g"`
qabcs-1.0.2/scripts/google.sh:1177:       text=`echo "$text"|sed "s|клавіятура|клаві-йатура|g"`
qabcs-1.0.2/scripts/google.sh:1178:       text=`echo "$text"|sed "s|нацюрморт|нацюр-морт|g"`
qabcs-1.0.2/scripts/google.sh:1179:       text=`echo "$text"|sed "s|іван-царэвіч|іван-ца-рэвіч|g"`
qabcs-1.0.2/scripts/google.sh-1180-       ;;
##############################################
qabcs-1.0.2/scripts/google.sh-1182-       #acute accent does not work with uk yet
qabcs-1.0.2/scripts/google.sh:1183:       text=`echo "$text"|sed "s|аґрус|а́ґрус|g"`
qabcs-1.0.2/scripts/google.sh:1184:       text=`echo "$text"|sed "s|горох|горо́х|g"`
qabcs-1.0.2/scripts/google.sh:1185:       text=`echo "$text"|sed "s|дзиґа|дзи́ґа|g"`
qabcs-1.0.2/scripts/google.sh:1186:       text=`echo "$text"|sed "s|еклер|екле́р|g"`
qabcs-1.0.2/scripts/google.sh:1187:       text=`echo "$text"|sed "s|єнот|єно́т|g"`
qabcs-1.0.2/scripts/google.sh:1188:       text=`echo "$text"|sed "s|жаба|жа́ба|g"`
qabcs-1.0.2/scripts/google.sh:1189:       text=`echo "$text"|sed "s|зурна|зурна́|g"`
qabcs-1.0.2/scripts/google.sh:1190:       text=`echo "$text"|sed "s|iрга|iрга́|g"`
qabcs-1.0.2/scripts/google.sh:1191:       text=`echo "$text"|sed "s|йоухікко|йоухі́кко|g"`
qabcs-1.0.2/scripts/google.sh:1192:       text=`echo "$text"|sed "s|магніт|магні́т|g"`
qabcs-1.0.2/scripts/google.sh:1193:       text=`echo "$text"|sed "s|маракаси|мара́каси|g"`
qabcs-1.0.2/scripts/google.sh:1194:       text=`echo "$text"|sed "s|мольберт|мольбе́рт|g"`
qabcs-1.0.2/scripts/google.sh:1195:       text=`echo "$text"|sed "s|незнайка|незна́йка|g"`
qabcs-1.0.2/scripts/google.sh:1196:       text=`echo "$text"|sed "s|носоріг|носорі́г|g"`
qabcs-1.0.2/scripts/google.sh:1197:       text=`echo "$text"|sed "s|орган|орга́н|g"`
qabcs-1.0.2/scripts/google.sh:1198:       text=`echo "$text"|sed "s|пелікан|пеліка́н|g"`
qabcs-1.0.2/scripts/google.sh:1199:       text=`echo "$text"|sed "s|редис|реди́с|g"`
qabcs-1.0.2/scripts/google.sh:1200:       text=`echo "$text"|sed "s|ріжок|ріжо́к|g"`
qabcs-1.0.2/scripts/google.sh:1201:       text=`echo "$text"|sed "s|тритон|трито́н|g"`
qabcs-1.0.2/scripts/google.sh:1202:       text=`echo "$text"|sed "s|труба|труба́|g"`
qabcs-1.0.2/scripts/google.sh:1203:       text=`echo "$text"|sed "s|халва|халва́|g"`
qabcs-1.0.2/scripts/google.sh:1204:       text=`echo "$text"|sed "s|цукіні|цукі́ні|g"`
qabcs-1.0.2/scripts/google.sh:1205:       text=`echo "$text"|sed "s|чаньго|ча́ньго|g"`
qabcs-1.0.2/scripts/google.sh:1206:       text=`echo "$text"|sed "s|шарманка|шарма́нка|g"`
qabcs-1.0.2/scripts/google.sh:1207:       text=`echo "$text"|sed "s|шимпанзе|шимпанзе́|g"`
qabcs-1.0.2/scripts/google.sh-1208-       ;;
##############################################
qabcs-1.0.2/scripts/google.sh-1226-     be)
qabcs-1.0.2/scripts/google.sh:1227:       text=`echo "$text"|sed "s|^й$|і нескладовае|g"`
qabcs-1.0.2/scripts/google.sh:1228:       text=`echo "$text"|sed "s|^ў$|у нескладовае|g"`
qabcs-1.0.2/scripts/google.sh:1229:       text=`echo "$text"|sed "s|^ь$|мяккі знак|g"`
qabcs-1.0.2/scripts/google.sh-1230-       ;;
##############################################
qabcs-1.0.2/scripts/yandex.sh-116-
qabcs-1.0.2/scripts/yandex.sh:117:if [ ! -z `find ../abcs/$lang0 -name *.json` ]
qabcs-1.0.2/scripts/yandex.sh-118-then
##############################################
qabcs-1.0.2/scripts/yandex.sh-120-  then
qabcs-1.0.2/scripts/yandex.sh:121:    words_list=`cat ../abcs/$lang0/abc*.json|grep \"name\"|cut -d ":" --fields=2 |cut -d "\"" --fields=2|awk '{print tolower($0)}'|sed "s| |YYY|g"|sort -u`
qabcs-1.0.2/scripts/yandex.sh:122:    letters_list=`cat ../abcs/$lang0/abc*.json|grep -v espeak_words|grep -v visible|grep -v sound_letter|grep -v general|grep -v language |grep -v author|grep -v speak_method |grep -v espeak_params|grep -v view_letters|grep -v typing| grep -v letters | grep -v misc |grep -v pic | grep -v name |grep -v noises |grep -v food | grep -v animals | grep -v instrument | grep -v toys | grep -v inheritsFrom |awk '{print tolower($0)}'|sort -u | cut -d "\"" --fields=2|grep -v '\{'|grep -v '\}' | grep -v '\[' |grep -v '\]'| sed s/' '//g|grep -v "^$"`
qabcs-1.0.2/scripts/yandex.sh-123-  fi
##############################################
qabcs-1.0.2/scripts/yandex.sh-125-
qabcs-1.0.2/scripts/yandex.sh:126:if [ ! -z `find ../abcs/$lang0 -name *.properties` ]
qabcs-1.0.2/scripts/yandex.sh-127-then
##############################################
qabcs-1.0.2/scripts/yandex.sh-129-  then
qabcs-1.0.2/scripts/yandex.sh:130:    words_list=`cat ../abcs/$lang0/abc*.properties|grep -v '\[missing\]'|grep -v language|grep -v visible| grep -v inheritsFrom | grep -v author|grep -v espeak_params|grep -v view_letters|grep -v speak_method|grep -v typing| grep -v "#"|cut -d "=" --fields=2 |awk '{print tolower($0)}'|sed "s| |YYY|g"|sort -u`
qabcs-1.0.2/scripts/yandex.sh:131:    letters_list=`cat ../abcs/$lang0/abc*.properties|grep -v language|grep -v visible| grep -v inheritsFrom | grep -v author|grep -v espeak_params|grep -v view_letters|grep -v speak_method|grep -v typing| grep -v "#"|cut -d "=" --fields=1 | cut -d ":" --fields=2 |awk '{print tolower($0)}'|sed "s| |YYY|g"|sort -u`
qabcs-1.0.2/scripts/yandex.sh-132-  fi
##############################################
qabcs-1.0.2/scripts/yandex.sh-152-do
qabcs-1.0.2/scripts/yandex.sh:153:filename=`echo "$a"|cut -d "=" --fields=1|sed 's|YYY| |g'|sed 's| |_|g'`
qabcs-1.0.2/scripts/yandex.sh:154:text=`echo "$a"|cut -d "=" --fields=1|sed 's|YYY| |g'|sed 's|_| |g'`
qabcs-1.0.2/scripts/yandex.sh-155-# adding + for stress, - for pause, fixing pronounce
##############################################
qabcs-1.0.2/scripts/yandex.sh-157-     ru)
qabcs-1.0.2/scripts/yandex.sh:158:       text=`echo "$text"|sed "s|ёочин|+ёочин|g"`
qabcs-1.0.2/scripts/yandex.sh:159:       text=`echo "$text"|sed "s|еху|йеху|g"`
qabcs-1.0.2/scripts/yandex.sh:160:       text=`echo "$text"|sed "s|жаркое|жарк+ое|g"`
qabcs-1.0.2/scripts/yandex.sh:161:       text=`echo "$text"|sed "s|иглу|+иглу|g"`
qabcs-1.0.2/scripts/yandex.sh:162:       text=`echo "$text"|sed "s|ирга|ир-га|g"`
qabcs-1.0.2/scripts/yandex.sh:163:       text=`echo "$text"|sed "s|кларнет|кларн+эт|g"`
qabcs-1.0.2/scripts/yandex.sh:164:       text=`echo "$text"|sed "s|маракасы|мар+акасы|g"`
qabcs-1.0.2/scripts/yandex.sh:165:       text=`echo "$text"|sed "s|орган|орг+ан|g"`
qabcs-1.0.2/scripts/yandex.sh:166:       text=`echo "$text"|sed "s|подъёлочник|под-+ёлочник|g"`
qabcs-1.0.2/scripts/yandex.sh:167:       text=`echo "$text"|sed "s|цуккини|цукини|g"`
qabcs-1.0.2/scripts/yandex.sh:168:       text=`echo "$text"|sed "s|чангу|ч+ангу|g"`
qabcs-1.0.2/scripts/yandex.sh:169:       text=`echo "$text"|sed "s|щавель|щав+ель|g"`
qabcs-1.0.2/scripts/yandex.sh:170:       text=`echo "$text"|sed "s|ыых|ы-ых|g"`
qabcs-1.0.2/scripts/yandex.sh:171:       text=`echo "$text"|sed "s|янцинь|ян-цинь|g"`
qabcs-1.0.2/scripts/yandex.sh:172:       text=`echo "$text"|sed "s|йо-йо|йо-й+о|g"`
qabcs-1.0.2/scripts/yandex.sh-173-       ;;
##############################################
qabcs-1.0.2/scripts/yandex.sh-195-     ru)
qabcs-1.0.2/scripts/yandex.sh:196:       text=`echo "$text"|sed "s|в|вэ|g"`
qabcs-1.0.2/scripts/yandex.sh:197:       text=`echo "$text"|sed "s|и|e|g"`
qabcs-1.0.2/scripts/yandex.sh:198:       text=`echo "$text"|sed "s|к|ка|g"`
qabcs-1.0.2/scripts/yandex.sh:199:       text=`echo "$text"|sed "s|с|эс|g"`
qabcs-1.0.2/scripts/yandex.sh:200:       text=`echo "$text"|sed "s|ъ|твёрдый знак|g"`
qabcs-1.0.2/scripts/yandex.sh:201:       text=`echo "$text"|sed "s|ь|мягкий знак|g"`
qabcs-1.0.2/scripts/yandex.sh-202-       ;;
##############################################
qabcs-1.0.2/scripts/convert_to_java.sh-27-do
qabcs-1.0.2/scripts/convert_to_java.sh:28:  key=`echo $line|cut -d "=" -f 4`
qabcs-1.0.2/scripts/convert_to_java.sh:29:  word=`echo $line|cut -d "=" -f 2|sed "s|_| |g"|awk '{print tolower($0)}'`
qabcs-1.0.2/scripts/convert_to_java.sh-30-  if [ -z "$key" ]
##############################################
qabcs-1.0.2/scripts/checks.sh-14-do
qabcs-1.0.2/scripts/checks.sh:15:  if [ -z "`cat $file|grep "visible:false"`" ] || [ "$file" = "abcs/en/abc1.properties" ]
qabcs-1.0.2/scripts/checks.sh-16-  then
##############################################
qabcs-1.0.2/scripts/checks.sh-21-pics="`find abcs/all/pics -name "*.*"|cut -d "/" -f 5|cut -d "." -f 1`"
qabcs-1.0.2/scripts/checks.sh:22:words="`cat $tmpfile|cut -d "=" -f 4`"
qabcs-1.0.2/scripts/checks.sh-23-
qabcs-1.0.2/scripts/checks.sh-24-noises_f="`find abcs/all/noises -name "*.*"|cut -d "/" -f 4|cut -d "." -f 1`"
qabcs-1.0.2/scripts/checks.sh:25:noises="`cat $tmpfile|cut -d "=" -f 5`"
qabcs-1.0.2/scripts/checks.sh-26-
##############################################
qabcs-1.0.2/scripts/search_noises.sh-13-do
qabcs-1.0.2/scripts/search_noises.sh:14:  pics=`echo "$pics"|sed "s|^$filename$||g"`
qabcs-1.0.2/scripts/search_noises.sh-15-  if [ -f "abcs/all/noises/$filename.ogg" ]
##############################################
qabcs-1.0.2/scripts/search_noises.sh-25-  # some words have noises from other words
qabcs-1.0.2/scripts/search_noises.sh:26:  noise=`echo $noise|sed "s|york|dog|g"`
qabcs-1.0.2/scripts/search_noises.sh:27:  noise=`echo $noise|sed "s|steam_locomotive|train|g"`
qabcs-1.0.2/scripts/search_noises.sh:28:  noise=`echo $noise|sed "s|instrument|guitar|g"`
qabcs-1.0.2/scripts/search_noises.sh:29:  noise=`echo $noise|sed "s|xenopus|frog|g"`
qabcs-1.0.2/scripts/search_noises.sh:30:  noise=`echo $noise|sed "s|jellyfish|fish|g"`
qabcs-1.0.2/scripts/search_noises.sh:31:  noise=`echo $noise|sed "s|shark|fish|g"`
qabcs-1.0.2/scripts/search_noises.sh:32:  noise=`echo $noise|sed "s|misgurnus|fish|g"`
qabcs-1.0.2/scripts/search_noises.sh:33:  noise=`echo $noise|sed "s|xiphias|fish|g"`
qabcs-1.0.2/scripts/search_noises.sh:34:  noise=`echo $noise|sed "s|angelfish|fish|g"`
qabcs-1.0.2/scripts/search_noises.sh:35:  noise=`echo $noise|sed "s|pike|fish|g"`
qabcs-1.0.2/scripts/search_noises.sh-36-  if [ ! -f "abcs/all/noises/$noise.ogg" ]
##############################################
qabcs-1.0.2/scripts/search_pics.sh-17-
qabcs-1.0.2/scripts/search_pics.sh:18:if [ -z `find abcs/$lang -name *.properties` ]
qabcs-1.0.2/scripts/search_pics.sh-19-then
##############################################
qabcs-1.0.2/scripts/search_pics.sh-24-
qabcs-1.0.2/scripts/search_pics.sh:25:for filename in `cat $file|grep -v ^language|grep -v ^espeak_params|grep -v ^visible|grep -v ^author|grep -v ^inheritsFrom|grep -v ^view_letters|grep -v ^speak_method|grep -v ^typing|grep -v ^#|grep -v '\[missing\]'|sed "s|:.*=.*=.*=|:|g"|sort|cut -d ":" -f 2`
qabcs-1.0.2/scripts/search_pics.sh-26-do
qabcs-1.0.2/scripts/search_pics.sh:27:  if [ -z `find abcs/all/pics -name "$filename.*"` ]
qabcs-1.0.2/scripts/search_pics.sh-28-  then
##############################################
qabcs-1.0.2/scripts/add_noises.sh-31-  fi
qabcs-1.0.2/scripts/add_noises.sh:32:  for line in `cat $file|grep "="|cut -d "=" -f 4,5`
qabcs-1.0.2/scripts/add_noises.sh-33-  do
qabcs-1.0.2/scripts/add_noises.sh:34:    word=`echo $line|cut -d "=" -f 1`
qabcs-1.0.2/scripts/add_noises.sh-35-    noise=$word
qabcs-1.0.2/scripts/add_noises.sh-36-    # some words have noises from other words
qabcs-1.0.2/scripts/add_noises.sh:37:    noise=`echo $noise|sed "s|york|dog|g"`
qabcs-1.0.2/scripts/add_noises.sh:38:    noise=`echo $noise|sed "s|steam_locomotive|train|g"`
qabcs-1.0.2/scripts/add_noises.sh:39:    noise=`echo $noise|sed "s|instrument|guitar|g"`
qabcs-1.0.2/scripts/add_noises.sh:40:    noise=`echo $noise|sed "s|xenopus|frog|g"`
qabcs-1.0.2/scripts/add_noises.sh:41:    noise=`echo $noise|sed "s|jellyfish|fish|g"`
qabcs-1.0.2/scripts/add_noises.sh:42:    noise=`echo $noise|sed "s|shark|fish|g"`
qabcs-1.0.2/scripts/add_noises.sh:43:    noise=`echo $noise|sed "s|misgurnus|fish|g"`
qabcs-1.0.2/scripts/add_noises.sh:44:    noise=`echo $noise|sed "s|xiphias|fish|g"`
qabcs-1.0.2/scripts/add_noises.sh:45:    noise=`echo $noise|sed "s|angelfish|fish|g"`
qabcs-1.0.2/scripts/add_noises.sh:46:    noise=`echo $noise|sed "s|pike|fish|g"`
qabcs-1.0.2/scripts/add_noises.sh-47-    if [ -f "abcs/all/noises/$noise.ogg" ]
##############################################
qabcs-1.0.2/images/logo/icon.xpm-1979-"                                                                                            + q$r$ $s$+$@$- t$u$v$w$x$S.S.Q.Q.Q.Q.Q.Q.Q.Q.Q.S.:+y$:@~ ~ ! ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ! ~ R }.^@w+z$A$P@,#N.<+a$B$~$C$D$ @{@R R ~ Q Q 6 ~ ~ Q N@Q.S.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.S.:+E$E+~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ! R ~ z$F$S.S.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.S.:+(@e$E+R ! 7 ~ ~ ~ ~ ! ~ R G$H$W@y.2.y.2.2.2.2.y.2.h$I$J$m$l$l$l$K$L$M$W@y.N$O$P$b#",
qabcs-1.0.2/images/logo/icon.xpm:1980:"                                                                                        Q$R$S$T$U$2$;@V$W$X$Y$Z$`$S.S.S.Q.Q.Q.Q.Q.Q.Q.Q.Q.:+ %m#t+R ~ ! ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ! ~ S ]@^@.%~.4++%r.4#<+a$n.-#K#@% @`+R R ~ Q 6 ~ ~ ~ ~ ~ ! R #%Q.S.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.:+$% @S ! ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ! v.`+%%%+S.S.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.S.S.&%!$Q ~ ! ~ ~ ~ ~ ~ ! ~ *%=%-%y.y.2.2.2.2.2.;%y.2.s#>%,%'%l$K$K$l$l$)%I$2.y.N$!%~%X ",
qabcs-1.0.2/images/logo/icon.xpm-1981-"                                                                                      8.{%]%^%/%f @$- (%_%:%<%[%Q.S.Q.Q.Q.Q.Q.Q.Q.Q.Q.0+<+9@p+Y+R ~ ! ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 6 ! ~ [.^@]@!$}%$%F$%+0+<+a$%+|%1%y+6#Y+2%R ~ Q 6 ~ ~ ~ ~ ~ ~ ~ ~ ~ R e@P.S.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.S.:+3%4%~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 6 ! ]@6#5%p.S.S.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.Q.S.[+6%7%R ~ ! ~ ~ ~ ~ ! ! *%k 8%/#9%2.2.2.2.2.2.y.0%2.2.a%b%k$l$K$K$K$K$l$'%c%2.y.N$d%e%f%",
##############################################
qabcs-1.0.2/images/logo/icon.xpm-2100-"B,C,D,E,F,G,u,<,(,!,4)5)h'i'i'i'i'i'i'i'i'i'i'i'i'3'~!H'(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,V,3!k'4'h'i'i'i'5'q)z)Y,d,(,(,(,(,(,(,(,(,(,(,H'Z~3'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'h'h'T';!(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,.'/!q'h'i'i'i'i'i'i'i'i'i'i'i'i'i'5'd)e)X,(,(,(,(,(,(,H,I,9%y.2.2.2.2.2.2.$;[=J,K$K$A*V*R!h$2.2.2.2.2.2.2.2.2.2.2.L;9!6!4;c=h$2.2.2.2.W.t#h$R,H=l$K$K$K$K$K$l$l$b>$;W.2.2.2.2.2.2.2.0%{;A*K$K$l$'%3~2.2.2.2.2.",
qabcs-1.0.2/images/logo/icon.xpm:2101:"B,C,D,E,F,G,u,<,(,!,4)5)h'i'i'i'i'i'i'i'i'i'i'i'i'3'~!H'(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,<,w)`~#)h'i'i'i'g'4' {e'!,:,(,(,(,(,(,(,(,(,(,(,V,&'.{h'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'g'h'R)J~!,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,.'/!q'h'i'i'i'i'i'i'i'i'i'i'i'i'i'5'd)e)X,(,(,(,(,(,(,H,I,9%y.2.2.2.2.2.2.$;[=J,K$K$A*+{`-h$2.2.2.2.2.2.2.2.2.2.h$R#@{6!t-e;2.2.2.2.y.2.2.v-#{l$l$K$K$K$K$K$k$l$}=s#t#2.2.2.2.2.2.2.0%{;A*K$K$l$'%3~2.2.2.2.2.",
qabcs-1.0.2/images/logo/icon.xpm-2102-"B,C,D,E,F,G,u,<,(,!,4)5)h'i'i'i'i'i'i'i'i'i'i'i'i'3'~!H'(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,!,F)E'3'h'i'i'i'h'#)~)='(,(,(,(,(,(,(,(,(,(,(,<,^,I~$)4'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'i'h'Y'${W,<,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,.'/!q'h'i'i'i'i'i'i'i'i'i'i'i'i'i'5'd)e)X,(,(,(,(,(,(,H,I,9%y.2.2.2.2.2.2.$;[=J,K$K$A*:'@;h$2.2.2.2.2.2.2.2.2.2.h${;g;A*%{B't#2.2.y.2.G+l>M-l$l$K$K$K$K$K$K$K$l$n&I$2.2.2.2.2.2.2.2.0%{;A*K$K$l$'%3~2.2.2.2.2.",
##############################################
qabcs-1.0.2/images/logo/icon.xpm-2183-"B,C,D,E,F,G,u,<,(,!,4)5)h'i'i'i'i'i'i'i'i'i'i'i'i'3'~!H'(,(,(,(,(,V,H!N~3'4'4'4'4'3'5'5'g'i'-)2'q'q'q')~M)#)#)#)#)#)#)#)#)M)x!q'q'q'q'5)g~Y'g'S!g'5'4'3'4'4'4'4'4'3'h'R~x)(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,t'|^3'4'4'4'4'4'4'4'3'4'5'g'g'Y'Y'g~q'q'q'q'q')~#)#)#)#)#)#)#)#)#)#)#)#)#)x!q'q'q'q'q'q'q'g~Y'Y'g'g'g'5'4'3'4'4'4'4'4'4'3'O]=]Z,(,(,(,(,(,(,.'/!q'h'i'i'i'i'i'i'i'i'i'i'i'i'i'5'd)e)X,(,(,(,(,(,(,A{B{C{2.2.2.2.2.2.2.u>{])%l$K$l$}=/]u>2.2.2.2.2.2.2.W.t#s#<&N,f)J'l$K$K$K$K$K$K$K$K$K$K$K$K$K$K$K$K$l$l$n&.;F>e;y.2.2.2.2.y.y./#1^                      ",
qabcs-1.0.2/images/logo/icon.xpm:2184:"B,C,D,E,F,G,u,<,(,!,4)5)h'i'i'i'i'i'i'i'i'i'i'i'i'3'~!H'(,(,(,(,(,!,t'2^F~a~c{$)f!/']]>{P~/!z~v!3^3^v!n)`!d{`!`!`!`!`!`!d{`!b!v!3^3^3^('}~E'2^w'w'r~4^U'k'$)c{G{6~f'y]u!X,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,<,K~k''{'{a~c{S)''{~4^4^5^6^w'E'E'}~3^3^3^3^3^n)d{`!`!`!`!`!`!`!`!`!`!`!d{y!3^3^3^3^3^3^3^7^E'E'2^w'6^8^d]4^z{''S)c{a~'{h)h!F)!,(,(,(,(,(,(,.'/!q'h'i'i'i'i'i'i'i'i'i'i'i'i'i'5'd)e)X,(,(,(,(,(,(,A{B{C{2.2.2.2.2.2.2.u>{])%l$K$l$6-f;$;W.2.2.2.2.2.y.2.h$F>9!I;J,+&K$K$K$K$K$K$K$K$K$K$K$K$K$K$K$K$l$l$b>,{N-h$y.2.2.2.2.y.y.H$9^                        ",
qabcs-1.0.2/images/logo/icon.xpm-2185-"B,C,D,E,F,G,u,<,(,!,4)5)h'i'i'i'i'i'i'i'i'i'i'i'i'3'){H'(,(,(,(,(,<,^,<,y~^)0^a^T{&!&!&!&!X)X).'.'.'.'.'.'='='='='='='='='.'.'.'.'.'.'.'X)X)X)&!&!&!b^x)o{a^H'{!l]y)H'c^<,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,<,(,Z,d^v'v'z'0^<,|~X,b^b^&!&!&!X)X)X).'.'.'.'.'.'='='='='='='='='='='='='='.'.'.'.'.'.'.'.'X)X)X)X)&!&!&!b^b^i~|~<,H'z'y)^)W,!,<,(,(,(,(,(,(,.'E'q'h'i'i'i'i'i'i'i'i'i'i'i'i'i'5'd)e)X,(,(,(,(,(,(,A{B{C{2.2.2.2.2.2.2.u>{])%l$K$l$k$[{$;t#2.2.2.2.y.2.h$U*y*r]A*K$K$K$K$K$K$K$K$K$K$K$K$K$K$K$K$l$l$l$=-V!&~2.y.2.2.2.y.y.y.F;e^                          ",
##############################################
qabcs-1.0.2/qabcs.pro-60-!win32 {
qabcs-1.0.2/qabcs.pro:61:  system($${QMAKE_LRELEASE} -silent $${_PRO_FILE_} 2> /dev/null)
qabcs-1.0.2/qabcs.pro-62-}
qabcs-1.0.2/qabcs.pro-63-win32 {
qabcs-1.0.2/qabcs.pro:64:  system($${QMAKE_LRELEASE} $${_PRO_FILE_})
qabcs-1.0.2/qabcs.pro-65-}